Gramalote (Norte de Santander) Map Cropping Samples

Gramalote (Norte de Santander) Map Cropping Samples-1

Gramalote (Norte de Santander) Map Cropping Samples-2

Gramalote neighborhoods and villages map with 3D shadow effect

flag map of Gramalote with 3D shadow effect

Gramalote map with 3d shadow effect
 
Download outline map of Gramalote (geojson format) : 
Gramalote.geojson (**)
Download polygon array of Gramalote map for "Google Maps" : 
Gramalote.txt
Bounding Box for Gramalote Map : ( 7.827108 , -72.899839 , 8.020408 , -72.747548 )
Wikipedia ID for Gramalote : Q1576677
Wikipedia SPARQL Query for Gramalote (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q1576677 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q1576677 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q1576677 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q1576677 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q1576677 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q1576677 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 Gramalote map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](7.827108, -72.899839, 8.020408, -72.747548);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Gramalote)
	
[out:json];
(
rel["name"="Gramalote"][type=boundary];
rel["name:en"="Gramalote"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Gramalote
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| Buenavista | 7.883330 , -72.866670 | 
| Carrizal | 7.850000 , -72.783330 | 
| Cedral | 7.900000 , -72.850000 | 
| El Rosario | 7.916670 , -72.800000 | 
| El Zumbador | 7.950000 , -72.783330 | 
| Gramalote | 7.887520 , -72.797490 | 
| Jacome | 7.900000 , -72.800000 | 
| La Lajita | 7.850000 , -72.800000 | 
| La Loma | 7.833330 , -72.816670 | 
| Ricaurte | 7.916670 , -72.800000 | 
| San Isidro | 7.889830 , -72.841840 | 
| Santa Teresita | 7.883330 , -72.850000 | 
| Villa Nueva | 7.916670 , -72.816670 | 
Notes:
- You can download geometry data for Gramalote 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.