Download outline map of Tactic (geojson format) :
Tactic.geojson (**)
Download polygon array of Tactic map for "Google Maps" :
Tactic.txt
Bounding Box for Tactic Map : ( 15.231823 , -90.397913 , 15.356131 , -90.273674 )
Wikipedia ID for Tactic : Q348201
Wikipedia SPARQL Query for Tactic (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q348201 wdt:P1082 ?population. }
OPTIONAL { wd:Q348201 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q348201 wdt:P2046 ?area. }
OPTIONAL { wd:Q348201 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q348201 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q348201 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
Get Boundaries from overpass-turbo (OSM) with boundary box of Tactic map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](15.231823, -90.397913, 15.356131, -90.273674);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tactic)
[out:json];
(
rel["name"="Tactic"][type=boundary];
rel["name:en"="Tactic"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tactic
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chicholom | 15.266670 , -90.350000 |
La Cumbre | 15.333910 , -90.350170 |
Pantin | 15.266670 , -90.283330 |
Pasmolon | 15.283330 , -90.300000 |
San Julian | 15.316670 , -90.325360 |
Notes:
- You can download geometry data for Tactic 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.