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