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