Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions backend/migrations/075_add_cleveland_lakefront_bikeway.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
-- Migration: 073_add_cleveland_lakefront_bikeway.sql
-- Description: Add Cleveland Lakefront Bikeway as a trail POI with OSM geometry.
-- The CLB is a 17-mile multi-use trail along Cleveland's Lake Erie shoreline
-- from Lakewood to Euclid. The Euclid Beach Connector (under construction
-- 2026-2027) will extend the eastern section.

INSERT INTO pois (
name,
brief_description,
poi_roles,
latitude,
longitude,
primary_activities,
geometry,
news_url,
more_info_link
)
SELECT
'Cleveland Lakefront Bikeway',
'A 17-mile multi-use trail along Cleveland''s Lake Erie shoreline, connecting neighborhoods from Lakewood to Euclid through parks, cultural sites, and waterfront areas.',
ARRAY['trail'],
41.507,
-81.690,
'Biking, Hiking',
'{"type":"MultiLineString","coordinates":[[[-81.707921,41.49177],[-81.707961,41.491759],[-81.708017,41.491743],[-81.708077,41.491731],[-81.708123,41.491721],[-81.708569,41.491664],[-81.708679,41.491647],[-81.708802,41.491623],[-81.708919,41.491599],[-81.709021,41.491576],[-81.709117,41.491549],[-81.709193,41.491524],[-81.709263,41.491497],[-81.70933,41.491464],[-81.709389,41.491433],[-81.709448,41.491396],[-81.709525,41.491342],[-81.709574,41.49131],[-81.709635,41.491281],[-81.709726,41.491241],[-81.709805,41.491207],[-81.709894,41.491168],[-81.709974,41.49127],[-81.710079,41.491405],[-81.710208,41.491586],[-81.710219,41.491597],[-81.710232,41.491607],[-81.710245,41.491614],[-81.710271,41.491616],[-81.710296,41.491615],[-81.710325,41.49161],[-81.710357,41.491597],[-81.7106,41.491491],[-81.710652,41.491466],[-81.710684,41.491446],[-81.710706,41.491426],[-81.71073,41.4914],[-81.710772,41.491355],[-81.710812,41.49132],[-81.710855,41.491286],[-81.710899,41.491258],[-81.711345,41.491008],[-81.711474,41.490936],[-81.711595,41.490867],[-81.711737,41.490785],[-81.711856,41.490715],[-81.711963,41.490646],[-81.712067,41.490573],[-81.712158,41.490506],[-81.712251,41.490434],[-81.712356,41.490346],[-81.71244,41.490273],[-81.712523,41.4902],[-81.712631,41.490107],[-81.712745,41.490012],[-81.712841,41.489941],[-81.712966,41.489849],[-81.713115,41.489744],[-81.713219,41.489672],[-81.71331,41.489608],[-81.713403,41.489546],[-81.713527,41.489472],[-81.713645,41.489405],[-81.713752,41.489345],[-81.713887,41.489273],[-81.714013,41.489214],[-81.714126,41.48916],[-81.71425,41.489104],[-81.714375,41.489053],[-81.714529,41.488993],[-81.714668,41.488942],[-81.714822,41.488889],[-81.714944,41.488851],[-81.715067,41.488816],[-81.715201,41.488778],[-81.715331,41.488746],[-81.715447,41.488719],[-81.715568,41.488693],[-81.715692,41.488668],[-81.715821,41.488644],[-81.715948,41.488623],[-81.716095,41.488603],[-81.716235,41.488585],[-81.716373,41.488571],[-81.716514,41.488558],[-81.716631,41.488549],[-81.716747,41.488541],[-81.716872,41.488536],[-81.717001,41.488535],[-81.717108,41.488534],[-81.717167,41.488534],[-81.71725,41.488537],[-81.717348,41.488541],[-81.717463,41.48855],[-81.717545,41.488556],[-81.717616,41.488565],[-81.717702,41.488578],[-81.71779,41.488594],[-81.717866,41.488612],[-81.717945,41.488632],[-81.718016,41.488655],[-81.718082,41.488679],[-81.718145,41.488707],[-81.718212,41.48874],[-81.718268,41.488769],[-81.718376,41.488834],[-81.718425,41.488863],[-81.718496,41.488906],[-81.718602,41.488966],[-81.718664,41.488998],[-81.718714,41.489019],[-81.718745,41.489031],[-81.718789,41.489048],[-81.718825,41.489059],[-81.718869,41.489072],[-81.718915,41.489084],[-81.718985,41.489099],[-81.719057,41.489114],[-81.71913,41.489126],[-81.719191,41.489134],[-81.719254,41.489138],[-81.719319,41.48914],[-81.719387,41.489139],[-81.719449,41.489135],[-81.719512,41.489129],[-81.719588,41.489118],[-81.719654,41.489103],[-81.71972,41.489085],[-81.71978,41.489065],[-81.719843,41.489039],[-81.719904,41.489013],[-81.719952,41.48899],[-81.720046,41.488937],[-81.720575,41.488647],[-81.720741,41.488564],[-81.720773,41.488548],[-81.720802,41.488533],[-81.720827,41.488518],[-81.720852,41.488506],[-81.720881,41.488494],[-81.720907,41.488486],[-81.720931,41.488481],[-81.720958,41.488478],[-81.720985,41.488477],[-81.721021,41.488479],[-81.721054,41.488483],[-81.721085,41.488492],[-81.721115,41.488503],[-81.721141,41.488516],[-81.721165,41.488531],[-81.721182,41.488544],[-81.7212,41.488563],[-81.721215,41.48858],[-81.72123,41.488605],[-81.721242,41.488634],[-81.72125,41.488659],[-81.721257,41.488682],[-81.721264,41.488702],[-81.721276,41.488724],[-81.721293,41.488743],[-81.721314,41.488762],[-81.721336,41.488779],[-81.721361,41.488795],[-81.72139,41.488807],[-81.72142,41.488818],[-81.721453,41.488826],[-81.721488,41.488831],[-81.721521,41.488832],[-81.72155,41.48883],[-81.721579,41.488826],[-81.721608,41.488817],[-81.721762,41.488771],[-81.72181,41.488758],[-81.72186,41.488749],[-81.721906,41.488743],[-81.721961,41.488739],[-81.722103,41.488729],[-81.722195,41.488724],[-81.722275,41.48872],[-81.722353,41.488717],[-81.722396,41.488711],[-81.722445,41.488702],[-81.722487,41.48869],[-81.722521,41.488676],[-81.722578,41.488648],[-81.722606,41.488638],[-81.722639,41.488629],[-81.722679,41.48862],[-81.72272,41.488613],[-81.722762,41.488609],[-81.722799,41.488609],[-81.722831,41.488611],[-81.722872,41.488618],[-81.722913,41.488631],[-81.722954,41.488647],[-81.722998,41.48867],[-81.723036,41.488693],[-81.723067,41.488722],[-81.723088,41.488744],[-81.723106,41.488773],[-81.723122,41.488804],[-81.723132,41.488832],[-81.723141,41.488867],[-81.723152,41.488896],[-81.723164,41.488921],[-81.723179,41.488947],[-81.723198,41.488973],[-81.723223,41.488999],[-81.723251,41.489025],[-81.72329,41.489054],[-81.723336,41.489081],[-81.723382,41.489104],[-81.723427,41.489122],[-81.723474,41.489135],[-81.723522,41.489143],[-81.723578,41.489149],[-81.723695,41.489157],[-81.723744,41.489163],[-81.723786,41.489171],[-81.723831,41.489183],[-81.723869,41.489194],[-81.723907,41.489209],[-81.723953,41.48923],[-81.723993,41.489251],[-81.724045,41.489282],[-81.724086,41.489302],[-81.724129,41.48932],[-81.724171,41.489337],[-81.724209,41.489347],[-81.724249,41.489356],[-81.72431,41.489369],[-81.724388,41.489383],[-81.724609,41.489421],[-81.724652,41.489429],[-81.724699,41.489439],[-81.724745,41.489452],[-81.724846,41.489475],[-81.72487,41.48948],[-81.724893,41.489481],[-81.724923,41.48948],[-81.724953,41.489478],[-81.724978,41.489474],[-81.725008,41.489466],[-81.725037,41.489457],[-81.72508,41.489442],[-81.725127,41.489422],[-81.725172,41.4894],[-81.725229,41.489374],[-81.725254,41.489364],[-81.725283,41.489355],[-81.725315,41.489349],[-81.725349,41.489344],[-81.725385,41.489342],[-81.725421,41.489343],[-81.725461,41.489345],[-81.725501,41.48935],[-81.725535,41.489351],[-81.725569,41.48935],[-81.725603,41.489346],[-81.725634,41.489341],[-81.725663,41.489332],[-81.725694,41.48932],[-81.725723,41.489306],[-81.725753,41.489287],[-81.72578,41.489269],[-81.725805,41.489248],[-81.725839,41.489217],[-81.725927,41.489129],[-81.725949,41.489109],[-81.725972,41.489089],[-81.725998,41.489071],[-81.726024,41.489053],[-81.726056,41.489036],[-81.726082,41.489024],[-81.726108,41.489016],[-81.726128,41.489012],[-81.726154,41.489008],[-81.726195,41.489007],[-81.726197,41.489024],[-81.726202,41.489037],[-81.726206,41.489053],[-81.726209,41.489069],[-81.726211,41.489105],[-81.726212,41.489251],[-81.726208,41.489376],[-81.726201,41.489507],[-81.726261,41.489507],[-81.726307,41.489508],[-81.726394,41.48951],[-81.72643,41.489509],[-81.727296,41.48951],[-81.727901,41.48951],[-81.727928,41.48951],[-81.727954,41.489513],[-81.727982,41.489518],[-81.728009,41.489526],[-81.728029,41.489534],[-81.728044,41.489545],[-81.728056,41.489556],[-81.728068,41.489571],[-81.728172,41.489716],[-81.728198,41.48975],[-81.728236,41.489797],[-81.728256,41.489821],[-81.728344,41.48993],[-81.728352,41.489949],[-81.728363,41.489974],[-81.728377,41.490029],[-81.728386,41.4901],[-81.728386,41.490185],[-81.728386,41.490257],[-81.728389,41.490311],[-81.72841,41.490352],[-81.728456,41.490387],[-81.728517,41.490408],[-81.728587,41.490418],[-81.728649,41.490417],[-81.728806,41.490369],[-81.729065,41.49027],[-81.729345,41.490164],[-81.729498,41.490105],[-81.729997,41.489916],[-81.730067,41.489877],[-81.730191,41.489779],[-81.730285,41.489702],[-81.730296,41.489712],[-81.730391,41.489735],[-81.730476,41.489717],[-81.730532,41.489683],[-81.730564,41.489629],[-81.730588,41.48958],[-81.730619,41.489554],[-81.730648,41.48954],[-81.730693,41.489531],[-81.730733,41.489534],[-81.73077,41.489542],[-81.730822,41.489576],[-81.730849,41.489604],[-81.730902,41.489684],[-81.731015,41.489857],[-81.731028,41.489885],[-81.73103,41.489904],[-81.731019,41.489934],[-81.730965,41.490004],[-81.730956,41.490041],[-81.730961,41.490086],[-81.73098,41.490121],[-81.731019,41.490154],[-81.731067,41.49017],[-81.731116,41.490168],[-81.73115,41.490162],[-81.731186,41.490138],[-81.731241,41.490093],[-81.731292,41.490048],[-81.731366,41.48999],[-81.73145,41.489925],[-81.73152,41.489885],[-81.731656,41.489813],[-81.731746,41.489774],[-81.731908,41.489711],[-81.732002,41.489684],[-81.732098,41.489664],[-81.732303,41.489629],[-81.732424,41.489613],[-81.732509,41.489603],[-81.732534,41.489638],[-81.73256,41.489672],[-81.732627,41.489762],[-81.732746,41.489927],[-81.733013,41.490253],[-81.733037,41.490274],[-81.73307,41.490296],[-81.733097,41.490316],[-81.733141,41.490356],[-81.733219,41.490426],[-81.733299,41.490423],[-81.733301,41.490457],[-81.733318,41.490486],[-81.733347,41.49051],[-81.733408,41.490536],[-81.733492,41.490568],[-81.733563,41.4906],[-81.733638,41.490648],[-81.733684,41.490688],[-81.733694,41.49063],[-81.733713,41.490581],[-81.733733,41.490548],[-81.733765,41.490508],[-81.733798,41.490478],[-81.733834,41.490457],[-81.733885,41.490433],[-81.733946,41.490399],[-81.733986,41.490372],[-81.734,41.490354],[-81.734014,41.490335],[-81.734032,41.490295],[-81.734048,41.490242],[-81.734063,41.490195],[-81.733951,41.490182],[-81.733841,41.490174],[-81.7338,41.490175],[-81.733791,41.490176],[-81.733742,41.490185],[-81.733672,41.490215],[-81.733635,41.490238],[-81.733587,41.490268],[-81.733484,41.490333],[-81.733396,41.490383],[-81.733345,41.490408],[-81.733299,41.490423]],[[-81.751557,41.486849],[-81.751592,41.486754],[-81.751612,41.486666],[-81.751626,41.486564],[-81.751623,41.486486],[-81.751612,41.486404],[-81.75161,41.486395],[-81.751587,41.486302],[-81.751563,41.486278],[-81.751528,41.486261],[-81.751469,41.48624],[-81.751404,41.486245],[-81.751344,41.486258],[-81.751271,41.486292],[-81.751167,41.486343],[-81.751069,41.48639],[-81.750982,41.486428],[-81.750885,41.486464],[-81.750778,41.486488],[-81.750647,41.486516],[-81.750551,41.486531],[-81.750424,41.48655],[-81.750318,41.486552],[-81.75021,41.486548],[-81.750118,41.486538],[-81.750007,41.486517],[-81.749896,41.486492],[-81.749796,41.48647],[-81.749703,41.486457],[-81.749585,41.48645],[-81.749482,41.486436],[-81.7494,41.486413],[-81.749368,41.486403],[-81.749304,41.486379],[-81.749196,41.486319],[-81.749109,41.48626],[-81.749014,41.486205],[-81.748884,41.486145],[-81.748737,41.48608],[-81.748603,41.48603],[-81.748419,41.485979],[-81.748265,41.485943],[-81.748121,41.485913],[-81.748003,41.485898],[-81.747843,41.485879],[-81.747709,41.485853],[-81.747593,41.48582],[-81.747491,41.485788],[-81.747399,41.485752],[-81.747285,41.485699],[-81.747182,41.485655],[-81.747099,41.485617],[-81.746996,41.485577],[-81.746908,41.485555],[-81.746796,41.485533],[-81.746672,41.485521],[-81.746566,41.485519],[-81.746437,41.485525],[-81.74632,41.485539],[-81.746199,41.485567],[-81.746057,41.485603],[-81.745886,41.485652],[-81.745746,41.485693],[-81.745671,41.485715],[-81.745593,41.485748],[-81.745522,41.485786],[-81.74544,41.485835],[-81.745392,41.485881],[-81.745337,41.48595],[-81.745295,41.48603],[-81.745281,41.486064],[-81.745265,41.486106],[-81.74524,41.486151],[-81.745208,41.486187],[-81.745175,41.486215],[-81.745153,41.486226],[-81.745125,41.486241],[-81.745095,41.486244],[-81.745041,41.48623],[-81.744551,41.486114],[-81.744434,41.486108],[-81.744391,41.486108],[-81.744273,41.48612],[-81.744233,41.48613],[-81.74419,41.486142],[-81.744088,41.486175],[-81.744022,41.486195],[-81.743889,41.48624],[-81.74382,41.486252],[-81.74375,41.486252],[-81.743531,41.486246],[-81.743442,41.486246],[-81.743358,41.486249],[-81.74325,41.486261],[-81.743146,41.486282],[-81.743017,41.48632],[-81.742916,41.486362],[-81.742845,41.486404],[-81.742787,41.486445],[-81.742737,41.486473],[-81.742686,41.486494],[-81.742577,41.486535],[-81.742473,41.486565],[-81.742361,41.486578],[-81.742224,41.486583],[-81.742052,41.486594],[-81.741973,41.486606],[-81.741827,41.486639],[-81.741676,41.486682],[-81.741544,41.486713],[-81.741424,41.486755],[-81.741284,41.48682],[-81.741105,41.486914],[-81.740952,41.486982],[-81.740822,41.487032],[-81.740673,41.487079],[-81.740324,41.487188],[-81.740144,41.487248],[-81.740138,41.487251],[-81.740051,41.48728],[-81.739735,41.487389],[-81.739329,41.487549],[-81.739126,41.487641],[-81.738963,41.487737],[-81.738844,41.48784],[-81.738754,41.487932],[-81.738677,41.488021],[-81.738613,41.488103],[-81.738552,41.488223],[-81.738463,41.48827],[-81.738443,41.488277],[-81.738416,41.488288],[-81.738386,41.488297],[-81.738326,41.488314],[-81.738104,41.488404],[-81.737971,41.488457],[-81.737939,41.48847],[-81.737849,41.488509],[-81.73773,41.48856],[-81.737513,41.48864],[-81.737467,41.488656],[-81.736959,41.488816],[-81.736588,41.488957],[-81.735788,41.489301],[-81.735568,41.489399],[-81.735409,41.489495],[-81.735324,41.489532],[-81.735225,41.489562],[-81.735078,41.489601],[-81.734911,41.489648],[-81.734695,41.489731],[-81.734471,41.489837],[-81.734351,41.489903],[-81.734264,41.489965],[-81.734179,41.490038],[-81.734063,41.490195]],[[-81.733684,41.490688],[-81.733718,41.490733],[-81.733744,41.490776],[-81.733777,41.490843],[-81.733788,41.490886],[-81.733787,41.490939],[-81.733791,41.491007],[-81.73379,41.49103],[-81.733788,41.49106],[-81.733787,41.491098],[-81.733786,41.49112],[-81.733785,41.491287],[-81.73379,41.491366],[-81.733797,41.491453]],[[-81.65268,41.530348],[-81.652718,41.530374],[-81.652715,41.5304],[-81.652713,41.530425],[-81.652428,41.530668],[-81.652226,41.530966],[-81.652146,41.531128],[-81.652099,41.531259],[-81.652063,41.531329],[-81.652032,41.531393],[-81.65199,41.531463],[-81.651933,41.531533],[-81.651843,41.531626],[-81.651741,41.531718],[-81.651642,41.531798],[-81.651536,41.531864],[-81.651416,41.531927],[-81.651044,41.532119],[-81.650557,41.532382],[-81.650143,41.532602],[-81.649437,41.532973],[-81.649178,41.533107],[-81.648995,41.533202],[-81.648892,41.533257],[-81.648845,41.533283],[-81.648797,41.533312],[-81.648743,41.533334],[-81.648678,41.533352],[-81.648638,41.533358],[-81.648563,41.53337],[-81.648413,41.533389],[-81.648108,41.533556],[-81.647905,41.533676],[-81.647547,41.533886],[-81.647254,41.534057],[-81.647194,41.53409],[-81.647078,41.534133],[-81.646985,41.534205],[-81.646568,41.534557],[-81.646473,41.53463],[-81.645909,41.535056],[-81.645426,41.53538],[-81.645014,41.535627],[-81.644595,41.535869],[-81.644028,41.536195],[-81.643937,41.536249],[-81.64373,41.536369],[-81.642479,41.537089],[-81.642382,41.537147],[-81.642277,41.53721],[-81.641961,41.53739],[-81.641651,41.537557],[-81.641554,41.537623],[-81.641454,41.537704],[-81.641378,41.537771],[-81.641313,41.537851],[-81.641274,41.53791],[-81.640939,41.53807],[-81.640625,41.538208],[-81.640248,41.538404],[-81.63991,41.53859],[-81.639725,41.538702],[-81.639477,41.538902],[-81.639196,41.539081],[-81.639151,41.539105],[-81.639103,41.539148],[-81.639082,41.539186],[-81.639056,41.539224],[-81.63899,41.539297],[-81.638902,41.539381],[-81.638841,41.53942],[-81.638773,41.539454],[-81.638725,41.539478],[-81.638658,41.539501],[-81.638581,41.539521],[-81.638502,41.539536],[-81.638378,41.539553],[-81.638273,41.539568],[-81.638195,41.539578],[-81.638122,41.539584],[-81.63805,41.539594],[-81.63795,41.539608],[-81.636325,41.539797],[-81.635563,41.539867],[-81.635096,41.539893],[-81.634645,41.539885],[-81.634495,41.539887],[-81.63354,41.539842],[-81.632532,41.539804],[-81.632207,41.539791],[-81.631932,41.539784],[-81.631924,41.539818],[-81.631912,41.539854],[-81.631905,41.53989],[-81.631901,41.539925],[-81.631902,41.539965],[-81.631919,41.540017],[-81.631942,41.540062],[-81.631952,41.540288],[-81.632017,41.540663],[-81.632026,41.540728],[-81.632025,41.540768],[-81.632017,41.540807],[-81.63201,41.540855],[-81.631994,41.540901],[-81.631974,41.54094],[-81.631951,41.540975],[-81.631932,41.541003],[-81.631907,41.541029],[-81.631872,41.541064],[-81.631836,41.541098],[-81.63174,41.541167],[-81.631692,41.541197],[-81.631641,41.541226],[-81.631591,41.541253],[-81.631535,41.541281],[-81.631415,41.54134],[-81.631349,41.541368],[-81.631281,41.541392],[-81.631202,41.541417],[-81.631112,41.541442],[-81.631025,41.541463],[-81.630936,41.54148],[-81.63087,41.541493],[-81.630793,41.541505],[-81.630719,41.541514],[-81.630644,41.541518],[-81.630573,41.541515],[-81.630503,41.541503],[-81.630454,41.541488],[-81.630405,41.541467],[-81.630371,41.541447],[-81.630344,41.541429],[-81.63032,41.54141],[-81.630297,41.541388],[-81.630276,41.541363],[-81.630258,41.541338],[-81.630206,41.541277],[-81.630173,41.541249],[-81.630139,41.541225],[-81.630103,41.541205],[-81.630064,41.54119],[-81.630027,41.541179],[-81.629989,41.541171],[-81.629957,41.541168],[-81.629919,41.541167],[-81.629881,41.54117],[-81.629844,41.541176],[-81.629668,41.541208],[-81.629603,41.541212],[-81.629534,41.541211],[-81.62947,41.541208],[-81.629409,41.541198],[-81.62933,41.541182],[-81.629257,41.541159],[-81.629197,41.541136],[-81.629135,41.541106],[-81.62904,41.54104],[-81.628976,41.54098],[-81.628923,41.540908],[-81.628899,41.540869],[-81.628877,41.54083],[-81.628728,41.540421],[-81.628697,41.540363],[-81.628659,41.54031],[-81.628634,41.540283],[-81.628604,41.54026],[-81.628561,41.540233],[-81.628514,41.540211],[-81.628436,41.540184],[-81.628346,41.540164],[-81.628266,41.540159],[-81.628195,41.540159],[-81.628092,41.540169],[-81.627973,41.540189],[-81.627928,41.540193],[-81.627879,41.540189],[-81.627784,41.540179],[-81.627728,41.540177],[-81.627673,41.540184],[-81.627622,41.540197]]]}'::jsonb,
'https://cuyahogacounty.gov/publicworks/projects/euclid-beach-connector',
'https://planning.clevelandohio.gov/bike/lakefront.html'
WHERE NOT EXISTS (
SELECT 1 FROM pois WHERE name = 'Cleveland Lakefront Bikeway'
);

Loading
Loading