ProfessionalWiki / Maps

🗺 Maps is the MediaWiki extension that enables visualization of geographic data with dynamic embedded maps.
https://maps.extension.wiki
Other
74 stars 61 forks source link

Length scale with leaflet maps #742

Open Tywyn opened 1 year ago

Tywyn commented 1 year ago

I am using compound_query to display maps of different items:

{{#compound_query:
   [[Category:Metzgerei]]  ; ?Koordinaten
   | format=leaflet
   | cluster=on
   | height=600
   | width=1024
}}

Is there a way to display a length scale in a corner (e.g. lower right) so see, how far things are approximately from each other? If there is a way, please recategorize this posting as a "question", otherwise I would like to ask for a feature request.

Cheers Rainer

krabina commented 1 year ago

It does not have anything to do with the compound query. While Google maps automatically displays the scale on the map, leafleat maps don't do that (or it is not implemented in maps).