Carepa (Antioquia) Map Cropping Samples

Carepa (Antioquia) Map Cropping Samples-1

Carepa (Antioquia) Map Cropping Samples-2

Carepa neighborhoods and villages map with 3D shadow effect

flag map of Carepa with 3D shadow effect

Carepa map with 3d shadow effect
 
 
Download outline map of Carepa (geojson format) : 
Carepa.geojson (**)
Download polygon array of Carepa map for "Google Maps" : 
Carepa.txt
Bounding Box for Carepa Map : ( 7.712292 , -76.823261 , 7.883459 , -76.452428 )
Wikipedia ID for Carepa : Q1946648
Wikipedia SPARQL Query for Carepa (population,elevation,area,lat,long, postal code,licence plate) : 
	
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
  OPTIONAL { wd:Q1946648 wdt:P1082 ?population.  } 
  OPTIONAL { wd:Q1946648 wdt:P2044 ?elevation. } 
  OPTIONAL { wd:Q1946648 wdt:P2046 ?area. } 
  OPTIONAL { wd:Q1946648 wdt:P281 ?postal_code. } 
  OPTIONAL { wd:Q1946648 wdt:P395 ?license_plate. } 
  OPTIONAL {  
    wd:Q1946648 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 Carepa map
	
[out:json];
(
  relation["boundary"="administrative"]["admin_level"~"5|6|7"](7.712292, -76.823261, 7.883459, -76.452428);
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Carepa)
	
[out:json];
(
rel["name"="Carepa"][type=boundary];
rel["name:en"="Carepa"][type=boundary];
);
out geom;
 Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Carepa
      | Neighborhoods and Villages | Coordinates (Latitude, Longitude) | 
|  Bellavista  |  7.800350 , -76.641810  | 
|  Bijagual  |  7.855000 , -76.745000  | 
|  Carepa  |  7.758490 , -76.652540  | 
|  Casaverde  |  7.786390 , -76.654720  | 
|  El Carmen  |  7.776110 , -76.714170  | 
|  El Prado  |  7.804170 , -76.710280  | 
|  Impancay  |  7.733610 , -76.666940  | 
|  La Astilla  |  7.816110 , -76.708610  | 
|  La Cabana dos  |  7.780000 , -76.680830  | 
|  La Cabana uno  |  7.786940 , -76.678890  | 
|  Los Alamos  |  7.785560 , -76.680560  | 
|  Lukania  |  7.740000 , -76.661940  | 
|  Pechinde  |  7.736940 , -76.665280  | 
|  Promexco  |  7.807220 , -76.704440  | 
|  Santa Isabel  |  7.745000 , -76.663610  | 
|  Vijagual  |  7.816670 , -76.716670  | 
Notes:
- You can download geometry data for Carepa 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.