Download outline map of Oriental (geojson format) :
Oriental.geojson (**)
Download polygon array of Oriental map for "Google Maps" :
Oriental.txt
Bounding Box for Oriental Map : ( 19.226284 , -97.665542 , 19.429193 , -97.479069 )
Wikipedia ID for Oriental : Q4337295
Wikipedia SPARQL Query for Oriental (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q4337295 wdt:P1082 ?population. }
OPTIONAL { wd:Q4337295 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q4337295 wdt:P2046 ?area. }
OPTIONAL { wd:Q4337295 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q4337295 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q4337295 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 Oriental map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](19.226284, -97.665542, 19.429193, -97.479069);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Oriental)
[out:json];
(
rel["name"="Oriental"][type=boundary];
rel["name:en"="Oriental"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Oriental
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Chimeca | 19.381780 , -97.565220 |
El Olivo II | 19.392900 , -97.581610 |
El Pedregal | 19.373450 , -97.630780 |
Jesus Carranza | 19.243890 , -97.556940 |
Juan R. Pojol | 19.246420 , -97.542850 |
La Coco | 19.383450 , -97.612720 |
Las Palmas | 19.267070 , -97.574950 |
Los Gavilanes | 19.247550 , -97.580930 |
Miravalles | 19.341300 , -97.538540 |
Nuevo Centro de Poblacion Tlachichuca | 19.282500 , -97.569440 |
Oriental | 19.376875 , -97.618528 |
Rancho Martinez Parra | 19.364720 , -97.610280 |
San Antonio Ramadero | 19.352340 , -97.599400 |
San Antonio Virreyes | 19.409890 , -97.636970 |
San Ildefonso | 19.371320 , -97.584000 |
Santa Cecilia | 19.234800 , -97.554330 |
Santa Cruz Magdalena | 19.370000 , -97.648610 |
Santa Maria Perseverancia | 19.391500 , -97.576610 |
Santiago Texmelucan | 19.350000 , -97.533330 |
Tlalchichuca | 19.282640 , -97.570480 |
Torija | 19.332260 , -97.567870 |
Notes:
- You can download geometry data for Oriental 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.