Caerphilly (Wales) Map Cropping Samples
Caerphilly (Wales) Map Cropping Samples-1
Caerphilly (Wales) Map Cropping Samples-2
Caerphilly and counties map with 3D shadow effect
flag map of Caerphilly with 3D shadow effect
Download outline map of Caerphilly (geojson format) :
Caerphilly.geojson (**)
Download polygon array of Caerphilly map for "Google Maps" :
Caerphilly.txt
Bounding Box for Caerphilly Map : ( 51.545638 , -3.33447 , 51.798976 , -3.063699 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Caerphilly map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"4|5|6"](51.545638, -3.33447, 51.798976, -3.063699);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Caerphilly)
[out:json];
(
rel["name"="Caerphilly"][type=boundary];
rel["name:en"="Caerphilly"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Notes:
- You can download geometry data for Caerphilly 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.