65
From Semantic MediaWiki - Sandbox
Issue
How to make two locations with the same coordinates distinguisable 1
format "map"
{{#ask:
[[Category:Location]]
[[Has coordinates::+]]
|?Has coordinates
|format=map
}}
format "ol"
- Location 1 (Has coordinatesUsed to describe the geographic coordinate of some place.: 52° 31' 0.00" N, 13° 24' 0.00" E)
- Location 2 (Has coordinatesUsed to describe the geographic coordinate of some place.: 52° 31' 0.00" N, 13° 24' 0.00" E)
- Location 3 (Has coordinatesUsed to describe the geographic coordinate of some place.: 47° 4' 14.52" N, 15° 26' 22.20" E)
Solution
use marker clustering
{{#ask:
[[Category:Location]]
[[Has coordinates::+]]
|?Has coordinates
|format=map
|markercluster=on
|zoom = 2
}}