Metapa (Chiapas) Map Cropping Samples
Metapa (Chiapas) Map Cropping Samples-1
Metapa (Chiapas) Map Cropping Samples-2
Metapa neighborhoods and villages map with 3D shadow effect
flag map of Metapa with 3D shadow effect
Metapa map with 3d shadow effect
Download outline map of Metapa (geojson format) :
Metapa.geojson (**)
Download polygon array of Metapa map for "Google Maps" :
Metapa.txt
Bounding Box for Metapa Map : ( 14.790878 , -92.237175 , 14.853515 , -92.177074 )
Wikipedia ID for Metapa : Q3288007
Wikipedia SPARQL Query for Metapa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3288007 wdt:P1082 ?population. }
OPTIONAL { wd:Q3288007 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3288007 wdt:P2046 ?area. }
OPTIONAL { wd:Q3288007 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3288007 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3288007 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 Metapa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](14.790878, -92.237175, 14.853515, -92.177074);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Metapa)
[out:json];
(
rel["name"="Metapa"][type=boundary];
rel["name:en"="Metapa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Metapa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Antonio | 14.800000 , -92.200000 |
Cacahoatales | 14.805560 , -92.203610 |
Candelaria | 14.808570 , -92.212110 |
Crucero de Omoa | 14.833330 , -92.200000 |
El Arenal | 14.809720 , -92.187780 |
El Porvenir | 14.800000 , -92.200000 |
La Esperanza | 14.800000 , -92.200000 |
Las Pilas | 14.826900 , -92.210220 |
Los Hules | 14.850080 , -92.190820 |
Metapa | 14.833330 , -92.183330 |
Metapa de Domínguez | 14.835075 , -92.190916 |
San Jose el Herradero | 14.828190 , -92.191050 |
Notes:
- You can download geometry data for Metapa 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.