diff options
author | Siri Reiter <siri@jones.dk> | 2016-04-08 16:37:27 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2016-04-08 16:37:27 +0200 |
commit | f12a84eb6d7e140c8f4e3ddbd60621cad4210769 (patch) | |
tree | 480a12352f5a43796feb2bc7b98f63b7fdadfd51 /test | |
parent | 0e57f31bb8dafb5a0a84870a26f5784e1188edfb (diff) |
Fix Vesterbro.
Diffstat (limited to 'test')
-rw-r--r-- | test/kbh.mdwn | 62 |
1 files changed, 43 insertions, 19 deletions
diff --git a/test/kbh.mdwn b/test/kbh.mdwn index af3ca5e0..fad30be4 100644 --- a/test/kbh.mdwn +++ b/test/kbh.mdwn @@ -60,10 +60,27 @@ polygon.bindPopup("<a href=../../city/>Ture i Indre By</a>"); </script> <script> var polygon = L.polygon([ - [55.66784, 12.59074], - [55.67817, 12.62333], - [55.64522, 12.64829], - [55.63351, 12.58812] + [55.69036, 12.63256], + [55.67507, 12.64904], + [55.66481, 12.63883], + [55.63391, 12.65943], + [55.63090, 12.68028], + [55.60744, 12.67891], + [55.60589, 12.66998], + [55.59542, 12.67342], + [55.59348, 12.68200], + [55.58766, 12.67960], + [55.55408, 12.59171], + [55.60744, 12.50622], + [55.64176, 12.55360], + [55.66306, 12.58553], + [55.66287, 12.59377], + [55.66636, 12.5948], + [55.66965, 12.58175], + [55.67139, 12.5845], + [55.66907, 12.5996], + [55.67507, 12.61024], + [55.68494, 12.6123] ]).addTo(map); polygon.bindPopup("<a href=../../amager/>Ture på Amager</a>"); </script> @@ -207,21 +224,28 @@ polygon.bindPopup("<a href=../../havnen/>Ture ved Københavns Havn</a>"); </script> <script> var polygon = L.polygon([ - [55.68049, 12.56046], - [55.68765, 12.59943], - [55.66771, 12.57248], - [55.66326, 12.56132], - [55.66514, 12.55866], - [55.66282, 12.54184], - [55.66326, 12.53755], - [55.66631, 12.53892], - [55.66781, 12.53025], - [55.67066, 12.53111], - [55.67008, 12.53978], - [55.67255, 12.55025], - [55.67231, 12.55583], - [55.67376, 12.55548], - [55.67449, 12.55866] + [55.67466, 12.5642], + [55.66819, 12.57196], + [55.66776, 12.57111], + [55.6673, 12.57154], + [55.66381, 12.56441], + [55.66209, 12.5657], + [55.65311, 12.55866], + [55.65454, 12.55261], + [55.65541, 12.5533], + [55.65704, 12.5527], + [55.65408, 12.53849], + [55.65529, 12.53767], + [55.66248, 12.54154], + [55.66326, 12.53068], + [55.66723, 12.52828], + [55.67015, 12.53806], + [55.67308, 12.54823], + [55.67267, 12.54999], + [55.67451, 12.54986], + [55.67352, 12.55411], + [55.67456, 12.56021], + [55.67352, 12.56115] ]).addTo(map); polygon.bindPopup("<a href=../../vesterbro/>Ture på Vesterbro</a>"); </script> |