Flandes (Tolima) Map Cropping Samples

Flandes (Tolima) Map Cropping Samples-1

Flandes (Tolima) Map Cropping Samples-2

Flandes neighborhoods and villages map with 3D shadow effect

flag map of Flandes with 3D shadow effect

Flandes map with 3d shadow effect
 
Download outline map of Flandes (geojson format) : 
Flandes.geojson (**)
Download polygon array of Flandes map for "Google Maps" : 
Flandes.txt
Bounding Box for Flandes Map : ( 4.186459 , -74.908341 , 4.294373 , -74.776931 )
Wikipedia ID for Flandes : Q764821
Wikipedia SPARQL Query for Flandes (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q764821 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q764821 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q764821 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q764821 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q764821 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q764821 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 Flandes map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](4.186459, -74.908341, 4.294373, -74.776931);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Flandes)
	
[out:json];
(
rel["name"="Flandes"][type=boundary];
rel["name:en"="Flandes"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Flandes
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
| Crucetal | 4.216670 , -74.816670 | 
| El Diamante | 4.237000 , -74.892800 | 
| Flandes Locality | 4.283720 , -74.801400 | 
| Guayacana | 4.223400 , -74.813410 | 
| Las Mercedes | 4.280980 , -74.887650 | 
| Paraiso | 4.196640 , -74.815390 | 
| Puerto La Conejera | 4.237500 , -74.807830 | 
| Puerto Rico | 4.285820 , -74.894240 | 
| Upito | 4.255540 , -74.879930 | 
Notes:
- You can download geometry data for Flandes 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.