Distance queries: Difference between revisions

From Maps for MediaWiki
(Created page with "Maps supports "distance queries" via its integration with Semantic MediaWiki. Distance queries are an extension to Semantic MediaWiki's query syntax. T...")
 
mNo edit summary
Line 23: Line 23:
== Example ==
== Example ==


{{#ask: [[Category:Cities]] [[Has coordinates::50° 50' 48" N, 4° 21' 10" E  (420 km)]]
{{#ask: [[Category:Cities]] [[Coordinates::50° 50' 48" N, 4° 21' 10" E  (420 km)]]
  | format=map
  | format=map
  | ?Coordinates
  | ?Coordinates
Line 29: Line 29:


<pre>
<pre>
{{#ask: [[Category:Cities]] [[Has coordinates::50° 50' 48" N, 4° 21' 10" E  (420 km)]]
{{#ask: [[Category:Cities]] [[Coordinates::50° 50' 48" N, 4° 21' 10" E  (420 km)]]
  | format=map
  | format=map
  | ?Coordinates
  | ?Coordinates

Revision as of 08:34, 17 May 2020

Maps supports "distance queries" via its integration with Semantic MediaWiki.

Distance queries are an extension to Semantic MediaWiki's query syntax. They allow restricting results to those with coordinates close to a specified location.

Query syntax

[[PropertyName::coordinates (distance)]]

Example:

[[Coordinates::50° 50' 48" N, 4° 21' 10" E  (420 km)]]

This restricts the results to pages (or subjects) with a value for the Coordinates property that is within 420 kilometers of Brussels.

Supported distance units

All units supported by the distance function are also supported in distance queries.

Accuracy

Distance queries are not entirely accurate. They restrict results by creating a bounding box (square) around the specified location. This means some results that are outside the specified range might still be included.

Example

Loading map...
{{#ask: [[Category:Cities]] [[Coordinates::50° 50' 48" N, 4° 21' 10" E  (420 km)]]
 | format=map
 | ?Coordinates
 | scrollzoom=off
}}