Guamal (Meta) Map Cropping Samples

Guamal (Meta) Map Cropping Samples-1

Guamal (Meta) Map Cropping Samples-2

Guamal neighborhoods and villages map with 3D shadow effect

flag map of Guamal with 3D shadow effect

Guamal map with 3d shadow effect
 
Download outline map of Guamal (geojson format) : 
Guamal.geojson (**)
Download polygon array of Guamal map for "Google Maps" : 
Guamal.txt
Bounding Box for Guamal Map : ( 3.801686 , -74.210405 , 4.077909 , -73.711692 )
Wikipedia ID for Guamal : Q949695
Wikipedia SPARQL Query for Guamal (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q949695 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q949695 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q949695 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q949695 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q949695 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q949695 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 Guamal map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](3.801686, -74.210405, 4.077909, -73.711692);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Guamal)
	
[out:json];
(
rel["name"="Guamal"][type=boundary];
rel["name:en"="Guamal"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Guamal
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| Berlin | 3.853780 , -73.766970 | 
| El Danubio | 3.834420 , -73.732130 | 
| El Triunfo | 3.859940 , -73.756930 | 
| Guamal | 3.880430 , -73.765660 | 
| La Cabana | 3.811360 , -73.722590 | 
| Los Guaduales | 3.837640 , -73.734260 | 
| San Isidro | 3.862700 , -73.746280 | 
| Santa Martica | 3.842810 , -73.761630 | 
Notes:
- You can download geometry data for Guamal 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.