Download outline map of Ocotepec (geojson format) : 
Ocotepec.geojson (**)
Download polygon array of Ocotepec map for "Google Maps" : 
Ocotepec.txt
Bounding Box for Ocotepec Map : ( 17.182342 , -93.225536 , 17.26652 , -93.123183 )
Wikipedia ID for Ocotepec : Q1778353
Wikipedia SPARQL Query for Ocotepec (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q1778353 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q1778353 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q1778353 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q1778353 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q1778353 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q1778353 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 Ocotepec map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](17.182342, -93.225536, 17.26652, -93.123183);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ocotepec)
	
[out:json];
(
rel["name"="Ocotepec"][type=boundary];
rel["name:en"="Ocotepec"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ocotepec
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Agua Escondida  |  17.229050 , -93.144110  | 
|  Benito Juarez  |  17.218610 , -93.154440  | 
|  Candelaria  |  17.226940 , -93.181390  | 
|  Cerro Blanco  |  17.213060 , -93.188330  | 
|  Cerro del Mono  |  17.260550 , -93.186500  | 
|  Cerro Jaquima  |  17.239440 , -93.140830  | 
|  Esquipulas  |  17.228610 , -93.143610  | 
|  Francisco I. Madero  |  17.202220 , -93.201390  | 
|  Guadalupe Victoria  |  17.206910 , -93.177340  | 
|  La Grandeza San Martin  |  17.226390 , -93.157220  | 
|  Lagunilla del Carmen  |  17.216670 , -93.162500  | 
|  Los Cafetales  |  17.223890 , -93.153330  | 
|  Luis Echeverria  |  17.226390 , -93.177780  | 
|  Nazarena  |  17.207530 , -93.200400  | 
|  Nazareth  |  17.206390 , -93.200000  | 
|  Ocotepec  |  17.225840 , -93.163826  | 
|  Pollono  |  17.216880 , -93.201990  | 
|  Rio Frio Tumbac Dos  |  17.204170 , -93.175560  | 
|  Sagrado Corazon de Jesus Dos  |  17.222500 , -93.180000  | 
|  San Andres Carrizal  |  17.215830 , -93.143060  | 
|  San Antonio Buenavista  |  17.187500 , -93.212780  | 
|  San Antonio del Monte  |  17.245830 , -93.171670  | 
|  San Antonio Poyono  |  17.215560 , -93.201390  | 
|  San Francisco Ocotal  |  17.215830 , -93.150000  | 
|  San Jose Lomas Altas  |  17.229170 , -93.176670  | 
|  San Jose Plan Ocotal  |  17.203060 , -93.182220  | 
|  San Judas Tadeo  |  17.230560 , -93.181940  | 
|  San Marcos Buenavista  |  17.216110 , -93.175560  | 
|  San Miguel de Allende  |  17.210560 , -93.180830  | 
|  San Pablo Huacano  |  17.195830 , -93.207500  | 
|  San Pedro  |  17.224170 , -93.151940  | 
|  Santa Lucia  |  17.229720 , -93.153890  | 
|  Santo Domingo  |  17.228840 , -93.182150  | 
Notes:
- You can download geometry data for Ocotepec 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.