diff options
author | Siri Reiter <siri@jones.dk> | 2016-04-07 17:47:34 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2016-04-07 17:47:34 +0200 |
commit | f4b9179df6934901bad3b8806477c35d9a5f0b93 (patch) | |
tree | c508b7328dd10ecc60484a7f9dd03aecf02c2b7e /test | |
parent | 2d372b1cc1b7ec33541c17cd32516a33c3cd327d (diff) |
Correct Norrebro borders.
Diffstat (limited to 'test')
-rw-r--r-- | test/kbh.mdwn | 33 |
1 files changed, 20 insertions, 13 deletions
diff --git a/test/kbh.mdwn b/test/kbh.mdwn index 05f33073..08496c9a 100644 --- a/test/kbh.mdwn +++ b/test/kbh.mdwn @@ -148,23 +148,30 @@ polygon.bindPopup("<a href=../../vesterbro/>Ture på Vesterbro</a><br><a href=.. </script> <script> var polygon = L.polygon([ - [55.70787, 12.53986], - [55.69902, 12.55428], - [55.69645, 12.56149], - [55.69065, 12.57154], - [55.68629, 12.56493], - [55.68121, 12.56021], + [55.69379, 12.536], + [55.69447, 12.53549], + [55.69524, 12.53446], + [55.6966, 12.53566], + [55.69713, 12.53557], + [55.69807, 12.53673], + [55.70103, 12.53785], + [55.70376, 12.53909], + [55.70659, 12.54192], + [55.70826, 12.54463], + [55.7113, 12.55334], + [55.71004, 12.55506], + [55.70361, 12.55772], + [55.70313, 12.55875], + [55.70642, 12.56252], + [55.69636, 12.56166], + [55.69171, 12.56948], + [55.68726, 12.56278], + [55.68208, 12.5578], [55.68475, 12.55385], [55.68538, 12.5469], [55.6876, 12.54141], [55.69108, 12.53643], - [55.69287, 12.53557], - [55.69365, 12.53317], - [55.69655, 12.52613], - [55.70182, 12.51952], - [55.70685, 12.5221], - [55.70758, 12.52338], - [55.70376, 12.53806] + [55.69287, 12.53557] ]).addTo(map); polygon.bindPopup("<a href=../../norrebro/>Ture på Nørrebro</a><br><a href=../norrebro-kvarter/>Kort over Nørrebro</a>"); </script> |