Map Test Page: Difference between revisions

From FortWiki
Jump to navigation Jump to search
John Stanton (talk | contribs)
No edit summary
John Stanton (talk | contribs)
No edit summary
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
Map Test Page
Map Test Page
<display_map layers="bicycling" autoinfowindows="yes" type="terrain" >
london|London|Capital of the UK
brussels|[[Brussels]]|Capital of [[Belgium]]
</display_map>
<pre>
<display_map layers="bicycling" autoinfowindows="yes" type="terrain" >
london|London|Capital of the UK
brussels|[[Brussels]]|Capital of [[Belgium]]
</display_map>
</pre>


Google Maps Test
Google Maps Test
{{
{{
#display_map:
#display_map:
40.5987064, -74.0594977~Fort Wadsworth
40.5987064, -74.0594977, Fort Wadsworth 22222
| service=googlemaps3
| service=googlemaps3
}}
}}
Line 29: Line 40:
{{
{{
#display_map:
#display_map:
40.5987064, -74.0594977~Fort Wadsworth
40.5987064, -74.0594977, Fort Wadsworth
| service=openlayers
| service=openlayers
}}
}}
Line 36: Line 47:


Tag Test Map
Tag Test Map
<display_map>
<display_map service=openlayers zoom=17>
service=openlayers
40.5987064, -74.0594977
40.446195, -79.948862
</display_map>
</display_map>
<pre>
<display_map service=openlayers zoom=17>
40.5987064, -74.0594977
</display_map>
</pre>

Latest revision as of 12:21, 23 November 2013

Map Test Page

Loading map...
<display_map layers="bicycling" autoinfowindows="yes" type="terrain" >
london|London|Capital of the UK
brussels|[[Brussels]]|Capital of [[Belgium]]
</display_map>

Google Maps Test

Loading map...

Code:

{{
#display_map:
40.5987064, -74.0594977~Fort Wadsworth
| service=googlemaps3
}}


Open Layers Test

Loading map...

Code:

{{
#display_map:
40.5987064, -74.0594977, Fort Wadsworth
| service=openlayers
}}

Tag Test Map

Loading map...



<display_map service=openlayers zoom=17>
40.5987064, -74.0594977
</display_map>