SOAR maps test: Difference between revisions

From Harvard Open Access Project
Jump to navigation Jump to search
No edit summary
No edit summary
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 map of all the items:
{{
{{
#ask:
#ask:
Line 7: Line 7:
| ?Has coordinates
| ?Has coordinates
| format=map
| format=map
| service=googlemapv2
}}
}}
{{#display_map:
 
|?Has coordinates
Here is a test map:
{{#display_map: 51,0
|service=osm
|service=osm
|zoom=6
|zoom=4
|center=50,0
|center=50,0
}}
}}
Various options for the map can be found [[http://semantic-mediawiki.org/wiki/Help:Google_Maps_format here]]


Here is a table:
Here is a table:

Revision as of 18:28, 21 August 2014

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

Here is a map of all the items: {{

  1. ask:

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

Here is a test map: {{#display_map: 51,0 |service=osm |zoom=4 |center=50,0 }}

Various options for the map can be found [here]

Here is a table: {{

  1. ask:

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