Skip to content

Instantly share code, notes, and snippets.

@yariksheptykin
Created September 19, 2012 12:57
Show Gist options
  • Save yariksheptykin/3749495 to your computer and use it in GitHub Desktop.
Save yariksheptykin/3749495 to your computer and use it in GitHub Desktop.
Landmarks in Bürgerpark, Bremen
$landmarks = array( );
$landmarks['infrastructure'] = "ST_geomFromText('MULTIPOINT(".
' 8.824747 53.084668'. // entry 'Am Stern'
', 8.828266 53.087736'. // entry 'Benquestraße'
', 8.835239 53.097181'. // entry 'Busestraße'
', 8.838984 53.102476'. // entry 'Zur Munte'
', 8.841419 53.106302'. // entry 'Achterstraße'
', 8.837911 53.114874'. // entry 'Hochschulring'
', 8.823985 53.106843'. // entry 'Findorffallee-Nord'
', 8.825154 53.103745'. // entry 'Findorffallee-Brücke'
', 8.827107 53.100106'. // entry 'Findorffallee-Süd1'
', 8.824425 53.097232'. // entry 'Findorffallee-Süd2'
', 8.822408 53.095364'. // entry 'Findorffallee-Süd3'
', 8.814490 53.090764'. // entry 'Neukirchstraße'
', 8.813825 53.090197'. // entry 'Hollerallee'
', 8.819060 53.087091'. // entry 'Holler See'
', 8.824596 53.090493'. // crossway south
', 8.830819 53.092851'. // crossway 'Schwachhauser Ring'
', 8.833609 53.097567'. // crossway 'Meierei'
', 8.820648 53.093225'. // crossway 'Findorffallee'
', 8.828394 53.106328'. // crossway north_1
', 8.828759 53.108247'. // crossway north_2
', 8.833008 53.106418'. // crossway north_3
', 8.836441 53.10817'. //crossway 'Wetterungsweg'
")', 4326 ) ";
$landmarks['nature'] = "ST_geomFromText('MULTIPOLYGON((".
'(8.82067 53.087297,8.821979 53.088232, 8.820412 53.088986, 8.819168 53.088013 ,8.82067 53.087297),'. // Holler See
'(8.825455 53.086395, 8.82392 53.087388, 8.823727 53.087278, 8.825047 53.086202, 8.825455 53.086395),'. // Schwanenteich
'(8.826141 53.094011, 8.823009 53.094565, 8.821356 53.093586, 8.826141 53.094011 ),'. // Emmasee
'(8.831495 53.098263, 8.833061 53.09894, 8.830894 53.09883 ,8.831495 53.098263),'. // bei der Meierei
'(8.83496 53.105465, 8.838115 53.105323, 8.836613 53.106379, 8.83496 53.105465),'. // kleiner Stadtwaldsee
'(8.83436 53.110038, 8.831506 53.114558, 8.823073 53.111918, 8.832343 53.108956, 8.83436 53.110038)'. //Stadtwaldsee
"))', 4326 ) ";
$landmarks['service'] = "ST_geomFromText('MULTIPOINT(".
'8.822043 53.089282, '. //Parkhotel
'8.823867 53.094256, '. // Emma am See
'8.822142 53.092734, '. // Spielplatz süd-west
'8.830776 53.097947, '. // Meierei
'8.825626 53.101954, '. // Sonnenhof
'8.836361 53.100722, '. // Waldbühne
'8.833099 53.114343, '. // Olivers Restaurant
'8.840534 53.106743 '. // Haus am Walde
")', 4326 ) ";
$landmarks['buildings'] = "ST_geomFromText('MULTIPOINT(".
'8.825854 53.109753, '. // Hof Stadtwaldsee
'8.831608 53.093750, '. // Haus Ost
'8.826642 53.095749, '. // Hof
'8.831694 53.099481, '. // Haus Mitte
'8.828397 53.088046, '. // Bunker
'8.819983 53.090596 '. // Brunnen Süd-West
")',4326 ) ";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment