Download outline map of Tagant Region (geojson format) :
Tagant Region.geojson (**)
Download polygon array of Tagant Region map for "Google Maps" :
Tagant Region.txt
Bounding Box for Tagant Region Map : ( 17.080505 , -12.669006 , 19.725525 , -7.98761 )
Wikipedia ID for Tagant Region : Q843903
Wikipedia SPARQL Query for Tagant Region (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q843903 wdt:P1082 ?population. }
OPTIONAL { wd:Q843903 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q843903 wdt:P2046 ?area. }
OPTIONAL { wd:Q843903 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q843903 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q843903 p:P625 ?coordinate.
?coordinate psv:P625 ?coordinate_node.
?coordinate_node wikibase:geoLatitude ?latitude.
?coordinate_node wikibase:geoLongitude ?longitude.
}
}
Run this SPARQL Query on Wikidata Page (Click RUN button on the opened page!)
Run this Query with SPARQL API
ISO-3166 CODE for Tagant Region : MR-09
Get Boundaries from overpass-turbo (OSM) with boundary box of Tagant Region map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"4|5|6"](17.080505, -12.669006, 19.725525, -7.98761);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tagant Region)
[out:json];
(
rel["name"="Tagant"][type=boundary];
rel["name:en"="Tagant"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Tagant Region in various formats (Geojson,KML,GPX,raw OSM data) by clicking export button on the overpass-turbo
- You can freely use the jpeg type map images you created on the "map cropping" page or downloaded from the "samples" pages.
- (**)
Terms of Use for downloaded geojson files.