Demo VisualData 1.0 / Geolocation

Geolocation: Difference between revisions

From Wikisphere
Jump to navigation Jump to search
No edit summary
Tag: 2017 source edit
No edit summary
Tag: 2017 source edit
Line 1: Line 1:
This page demonstrates the use of [https://www.mediawiki.org/wiki/Extension:VisualData/Geolocation VisualData/Geolocation] in conjunction with the [https://www.mediawiki.org/wiki/Extension:Maps Extension:Maps].  
This page demonstrates the use of [https://www.mediawiki.org/wiki/Extension:VisualData/Geolocation VisualData/Geolocation] in conjunction with the [https://www.mediawiki.org/wiki/Extension:Maps Extension:Maps].  
    
    
{{#visualdataprint:{{FULLPAGENAME}}
{{#visualdataprint:{{FULLPAGENAME}}

Revision as of 21:03, 18 February 2024

This page demonstrates the use of VisualData/Geolocation in conjunction with the Extension:Maps.



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= {{{zoom}}}
|width=400
}}


4) That's it