Zuid (Para) Map Cropping Samples
Zuid (Para) Map Cropping Samples-1
Zuid (Para) Map Cropping Samples-2
Zuid neighborhoods and villages map with 3D shadow effect
flag map of Zuid with 3D shadow effect
Zuid map with 3d shadow effect
Download outline map of Zuid (geojson format) :
Zuid.geojson (**)
Download polygon array of Zuid map for "Google Maps" :
Zuid.txt
Bounding Box for Zuid Map : ( 5.325283 , -55.471774 , 5.611438 , -55.100537 )
Wikipedia ID for Zuid : Q3147913
Wikipedia SPARQL Query for Zuid (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3147913 wdt:P1082 ?population. }
OPTIONAL { wd:Q3147913 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3147913 wdt:P2046 ?area. }
OPTIONAL { wd:Q3147913 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3147913 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3147913 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
Get Boundaries from overpass-turbo (OSM) with boundary box of Zuid map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](5.325283, -55.471774, 5.611438, -55.100537);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Zuid)
[out:json];
(
rel["name"="Zuid"][type=boundary];
rel["name:en"="Zuid"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Zuid
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Berceba | 5.501030 , -55.213860 |
Berlijn | 5.422030 , -55.207970 |
De Vrede | 5.437250 , -55.148260 |
Hanover | 5.488940 , -55.156310 |
Mattawaribo | 5.533330 , -55.166670 |
Onverwacht | 5.583330 , -55.183330 |
Overtoom | 5.577740 , -55.159220 |
Republiek | 5.499090 , -55.214430 |
Sabakoe | 5.422900 , -55.193130 |
Topibo | 5.558120 , -55.136950 |
Vier Kinderen | 5.504360 , -55.222260 |
Zanderij | 5.338120 , -55.252750 |
Notes:
- You can download geometry data for Zuid 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.