Amalfi (Antioquia) Map Cropping Samples
Amalfi (Antioquia) Map Cropping Samples-1
Amalfi (Antioquia) Map Cropping Samples-2
Amalfi neighborhoods and villages map with 3D shadow effect
flag map of Amalfi with 3D shadow effect
Amalfi map with 3d shadow effect
Download outline map of Amalfi (geojson format) :
Amalfi.geojson (**)
Download polygon array of Amalfi map for "Google Maps" :
Amalfi.txt
Bounding Box for Amalfi Map : ( 6.74794 , -75.182468 , 7.292981 , -74.836291 )
Wikipedia ID for Amalfi : Q1441668
Wikipedia SPARQL Query for Amalfi (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1441668 wdt:P1082 ?population. }
OPTIONAL { wd:Q1441668 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1441668 wdt:P2046 ?area. }
OPTIONAL { wd:Q1441668 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1441668 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1441668 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 Amalfi map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](6.74794, -75.182468, 7.292981, -74.836291);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Amalfi)
[out:json];
(
rel["name"="Amalfi"][type=boundary];
rel["name:en"="Amalfi"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Amalfi
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Amalfi | 6.910160 , -75.077640 |
Bellavista | 7.048400 , -74.900090 |
Candelaria | 7.016670 , -74.966670 |
Caracoli | 6.880060 , -75.131190 |
El Encanto | 6.799740 , -75.112560 |
El Limon | 7.003610 , -75.014720 |
El Remolino | 7.066670 , -74.883330 |
El Tigre | 7.114440 , -75.027780 |
Portachuelo | 6.850000 , -74.933330 |
Rosario | 7.083330 , -74.950000 |
Velilla | 7.100000 , -74.916670 |
Viborita | 6.929190 , -75.077920 |
Notes:
- You can download geometry data for Amalfi 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.