SOAR maps test: Difference between revisions

From Harvard Open Access Project
Jump to navigation Jump to search
No edit summary
No edit summary
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A query for the 'Has coordinates' property of all pages in that have this property set:
A query for the 'Has coordinates' property of all pages in that have this property set:


Here is a map:
Here is a test map of all the items with coordinates:
{{
{{
#ask:
#ask:
[[Has coordinates::+]]
[[Has coordinates::+]]
| ?Has coordinates
| ?Has coordinates
|service=map
| format=map
}}
}}


Show DMS geocode:
{{#geocode:Berlin, Germany}}


Here is a table:
Various options for the map can be found [[http://semantic-mediawiki.org/wiki/Help:Google_Maps_format here]]
 
Here is a test table of all the items with coordinates:
{{
{{
#ask:
#ask:
Line 17: Line 21:
| format=table
| format=table
}}
}}
coordinates specified map:
{{
#display_map:+35° 0' 0",+103° 0' 0";+35° 1' 1",+103° 0' 0";+35° 2' 2",+103° 0' 0";+35° 3' 3",+103° 0' 0";+35° 5' 4",+103° 0' 0";
+35° 4' 5",+103° 0' 0";+35° 6' 6",+103° 0' 0";
+40° 0' 0",-100° 0' 0";+40° 0' 0",-100° 0' 0";+40° 0' 0",-100° 0' 0";+40° 0' 0",-100° 0' 0";+40° 0' 0",-100° 0' 0";
+40° 0' 0",-100° 0' 0";+40° 0' 0",-100° 0' 0";+40° 0' 0",-100° 0' 0";
+49° 0' 0",+3° 0' 0";+49° 0' 0",+3° 0' 0";+49° 0' 0",+3° 0' 0";+49° 0' 0",+3° 0' 0";+49° 0' 0",+3° 0' 0"
|markercluster=on
|zoom=4
|height=600px
|format=openlayers
|layers=osm
}}
This is a test in progress.

Latest revision as of 18:30, 28 August 2014

A query for the 'Has coordinates' property of all pages in that have this property set:

Here is a test map of all the items with coordinates: {{

  1. ask:

Has coordinates::+ | ?Has coordinates | format=map }}

Show DMS geocode: {{#geocode:Berlin, Germany}}

Various options for the map can be found [here]

Here is a test table of all the items with coordinates: {{

  1. ask:

Has coordinates::+ | ?Has coordinates | format=table }}

coordinates specified map: {{

  1. display_map:+35° 0' 0",+103° 0' 0";+35° 1' 1",+103° 0' 0";+35° 2' 2",+103° 0' 0";+35° 3' 3",+103° 0' 0";+35° 5' 4",+103° 0' 0";

+35° 4' 5",+103° 0' 0";+35° 6' 6",+103° 0' 0"; +40° 0' 0",-100° 0' 0";+40° 0' 0",-100° 0' 0";+40° 0' 0",-100° 0' 0";+40° 0' 0",-100° 0' 0";+40° 0' 0",-100° 0' 0"; +40° 0' 0",-100° 0' 0";+40° 0' 0",-100° 0' 0";+40° 0' 0",-100° 0' 0"; +49° 0' 0",+3° 0' 0";+49° 0' 0",+3° 0' 0";+49° 0' 0",+3° 0' 0";+49° 0' 0",+3° 0' 0";+49° 0' 0",+3° 0' 0" |markercluster=on |zoom=4 |height=600px |format=openlayers |layers=osm }}

This is a test in progress.