Distance queries: Difference between revisions

From Maps for MediaWiki
mNo edit summary
mNo edit summary
Line 23: Line 23:
== Example ==
== Example ==


<pre>
{{#ask: [[Category:Cities]] [[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
}}
}}
</pre>


<pre>
{{#ask: [[Category:Cities]] [[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
Line 34: Line 35:
  | scrollzoom=off
  | scrollzoom=off
}}
}}
</pre>

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

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