Alkmaar (Commewijne) Map Cropping Samples

Alkmaar (Commewijne) Map Cropping Samples-1
Alkmaar (Commewijne) Map Cropping Samples-1
Alkmaar (Commewijne) Map Cropping Samples-2
Alkmaar (Commewijne) Map Cropping Samples-2
Download outline map of Alkmaar (geojson format) : Alkmaar.geojson (**)
Download polygon array of Alkmaar map for "Google Maps" : Alkmaar.txt
Bounding Box for Alkmaar Map : ( 5.799768 , -55.069717 , 5.886713 , -54.941455 )
Wikipedia ID for Alkmaar : Q1757278
Wikipedia SPARQL Query for Alkmaar (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1757278 wdt:P1082 ?population. }
OPTIONAL { wd:Q1757278 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1757278 wdt:P2046 ?area. }
OPTIONAL { wd:Q1757278 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1757278 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1757278 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

[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](5.799768, -55.069717, 5.886713, -54.941455);
);
out geom;

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

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

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


Neighborhoods and Villages of Alkmaar
Neighborhoods and VillagesCoordinates (Latitude, Longitude)
Hecht en Sterk 5.865940 , -54.958840
Katwijk 5.852900 , -55.000150
Kronenburg 5.862830 , -55.008600
Leliendaal 5.866670 , -55.033330
Mariënburg 5.846910 , -55.021590
Mon Souci 5.873330 , -54.968990
Mon Trésor 5.850000 , -55.016670
Spieringshoek 5.859560 , -54.972750
Visserszorg 5.866670 , -55.016670
Zorgvliet 5.864600 , -55.034770


Notes:
- You can download geometry data for Alkmaar 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 Alkmaar neighborhoods and villages map.


Share this page