Las Palmas (Canary Islands) Map Cropping Samples

Las Palmas (Canary Islands) Map Cropping Samples-1
Las Palmas (Canary Islands) Map Cropping Samples-1

Las Palmas (Canary Islands) Map Cropping Samples-2
Las Palmas (Canary Islands) Map Cropping Samples-2

Download outline map of Las Palmas (geojson format) : Las Palmas.geojson (**)
Download polygon array of Las Palmas map for "Google Maps" : Las Palmas.txt
Bounding Box for Las Palmas Map : ( 27.734503835 , -15.834649022 , 29.416451611 , -13.33495836 )
Get Boundaries from overpass-turbo (OSM) with boundary box of Las Palmas map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"4|5|6"](27.734503835, -15.834649022, 29.416451611, -13.33495836);
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)

Get Boundaries from overpass-turbo (OSM) with place name (Las Palmas)
[out:json];
(
rel["name"="Las Palmas"][type=boundary];
rel["name:en"="Las Palmas"][type=boundary];
);
out geom;

Run this query on overpass-turbo (Click RUN button on the opened page!)

Notes:
- You can download geometry data for Las Palmas 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.

Create Las Palmas counties and neighborhoods map.


Share this page