Tonala (Chinandega) Map Cropping Samples

Tonala (Chinandega) Map Cropping Samples-1

Tonala (Chinandega) Map Cropping Samples-2

Tonala neighborhoods and villages map with 3D shadow effect

flag map of Tonala with 3D shadow effect

Tonala map with 3d shadow effect
 
 
Download outline map of Tonala (geojson format) : 
Tonala.geojson (**)
Download polygon array of Tonala map for "Google Maps" : 
Tonala.txt
Bounding Box for Tonala Map : ( 12.71162 , -87.326702 , 12.915218 , -87.109272 )
Wikipedia ID for Tonala : Q2605034
Wikipedia SPARQL Query for Tonala (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q2605034 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q2605034 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q2605034 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q2605034 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q2605034 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q2605034 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 Tonala map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](12.71162, -87.326702, 12.915218, -87.109272);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Tonala)
	
[out:json];
(
rel["name"="Tonala"][type=boundary];
rel["name:en"="Tonala"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Tonala
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  El Cacao  |  12.860060 , -87.256350  | 
|  El Palacio  |  12.832750 , -87.197500  | 
|  El Paraiso  |  12.739870 , -87.121610  | 
|  Esquipulas  |  12.789060 , -87.247070  | 
|  La Palmira  |  12.850000 , -87.200000  | 
|  Los Lirios  |  12.776360 , -87.177600  | 
|  Quesera Playa Grande  |  12.881660 , -87.272490  | 
|  San Ignacio  |  12.766790 , -87.162770  | 
|  San Jose  |  12.714240 , -87.121420  | 
|  San Miguelito  |  12.788520 , -87.138210  | 
|  Talpetate  |  12.806030 , -87.217950  | 
|  Tempisquiapa  |  12.859790 , -87.219570  | 
|  Tonala  |  12.767580 , -87.133390  | 
|  Trujillo  |  12.724670 , -87.131600  | 
Notes:
- You can download geometry data for Tonala 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.