Download outline map of Patzité (geojson format) :
Patzité.geojson (**)
Download polygon array of Patzité map for "Google Maps" :
Patzité.txt
Bounding Box for Patzité Map : ( 14.934697 , -91.242071 , 15.004506 , -91.141826 )
Wikipedia ID for Patzité : Q2402369
Wikipedia SPARQL Query for Patzité (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2402369 wdt:P1082 ?population. }
OPTIONAL { wd:Q2402369 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2402369 wdt:P2046 ?area. }
OPTIONAL { wd:Q2402369 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2402369 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2402369 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 Patzité map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.934697, -91.242071, 15.004506, -91.141826);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Patzité)
[out:json];
(
rel["name"="Patzite"][type=boundary];
rel["name:en"="Patzite"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Patzité
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Carrillo | 14.983330 , -91.216670 |
Chicalte | 14.966670 , -91.166670 |
Chimente | 14.950000 , -91.233330 |
Cojonob | 15.000000 , -91.216670 |
Mactzul | 14.950000 , -91.216670 |
Mactzulcajib | 14.950000 , -91.183330 |
Mactzuloob | 14.950000 , -91.200000 |
Mactzuloxib | 14.950000 , -91.183330 |
Mactzuluaxaquib | 14.950000 , -91.216670 |
Pacolbut | 14.983330 , -91.183330 |
Pacoxom | 14.950000 , -91.216670 |
Palajab | 14.966670 , -91.200000 |
Patzité | 14.966670 , -91.216670 |
San Jose | 14.950000 , -91.233330 |
Sec | 14.983330 , -91.216670 |
Tzajcab | 14.983330 , -91.200000 |
Us | 14.950000 , -91.216670 |
Yat | 14.966670 , -91.200000 |
Notes:
- You can download geometry data for Patzité 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.