Download outline map of Horowhenua (geojson format) :
Horowhenua.geojson (**)
Download polygon array of Horowhenua map for "Google Maps" :
Horowhenua.txt
Bounding Box for Horowhenua Map : ( -40.768711 , 175.136069 , -40.385953 , 175.625342 )
Wikipedia ID for Horowhenua : Q1232367
Wikipedia SPARQL Query for Horowhenua (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q1232367 wdt:P1082 ?population. }
OPTIONAL { wd:Q1232367 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q1232367 wdt:P2046 ?area. }
OPTIONAL { wd:Q1232367 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q1232367 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q1232367 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 Horowhenua map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](-40.768711, 175.136069, -40.385953, 175.625342);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Horowhenua)
[out:json];
(
rel["name"="Horowhenua District"][type=boundary];
rel["name:en"="Horowhenua District"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Horowhenua
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Hokio | -40.596780 , 175.193220 |
Hokio Beach | -40.611847 , 175.212839 |
Koputaroa | -40.583850 , 175.358396 |
Makahika | -40.654206 , 175.387287 |
Makerua | -40.508735 , 175.451171 |
Manakau | -40.705149 , 175.216935 |
Moutoa | -40.515318 , 175.344048 |
Muhunoa | -40.642125 , 175.167646 |
Muhunoa East | -40.700368 , 175.319126 |
Ohau | -40.654220 , 175.216700 |
Opiki | -40.474444 , 175.438950 |
Shannon | -40.561875 , 175.456258 |
Tokomaru | -40.505194 , 175.520927 |
Waikawa Beach | -40.693999 , 175.149060 |
Notes:
- You can download geometry data for Horowhenua 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.