Demo VisualData 1.0 / Geolocation

Geolocation: Difference between revisions

From Wikisphere
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
|template=Geolocation map
|template=Geolocation map
|format=template
|format=template
}}
}}
   
   



Revision as of 10:33, 24 February 2024

This page demonstrates the use of VisualData/Geolocation in conjunction with the Extension:Maps. (click the tab "Edit data" above to edit the related form)

Loading map...


It is composed by the following elements:

1) the schema Geolocation, which is of course createable/editable from here or here.

2) The data entered in the same action tab Edit data

3) The following parser function

{{#visualdataprint:{{FULLPAGENAME}}
|schema=Geolocation 
|format=template 
|template?geolocation=Geolocation map
}}


The template Template:Geolocation map containing the call to the display_map parser function in the following form:

{{#display_map: {{{latitude}}},{{{longitude}}} 
|zoom= {{#expr: {{{zoom}}} round 0 }}
|width=400
}}

Note that the printouts geolocation/latitude, geolocation/longitude and geolocation/zoom (visible here) are accessible through the only property name since the template is applied within the subitem geolocation through the following parameter:

|template?geolocation=Geolocation map


4) That's it, enjoy the power of Maptiler combined with VisualData and the Maps extension.


See also