Download outline map of Newton (geojson format) :
Newton.geojson (**)
Download polygon array of Newton map for "Google Maps" :
Newton.txt
Bounding Box for Newton Map : ( 30.242672 , -93.911126 , 31.186627 , -93.508039 )
Wikipedia ID for Newton : Q112565
Wikipedia SPARQL Query for Newton (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q112565 wdt:P1082 ?population. }
OPTIONAL { wd:Q112565 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q112565 wdt:P2046 ?area. }
OPTIONAL { wd:Q112565 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q112565 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q112565 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 Newton map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.242672, -93.911126, 31.186627, -93.508039);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Newton)
[out:json];
(
rel["name"="Newton"][type=boundary];
rel["name:en"="Newton"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Newton
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Adsul | 30.642980 , -93.842960 |
| Belgrade | 30.685760 , -93.663510 |
| Bleakwood | 30.692430 , -93.822400 |
| Bon Wier | 30.739920 , -93.643230 |
| Buckhorn | 30.766590 , -93.681570 |
| Burkeville | 30.999920 , -93.667950 |
| Call | 30.612980 , -93.874070 |
| Deweyville | 30.303468 , -93.758685 |
| Farrsville | 30.983530 , -93.807400 |
| Fawil | 30.726310 , -93.707680 |
| Harrells | 30.665480 , -93.830730 |
| Hartburg | 30.257710 , -93.764610 |
| Howards | 30.748810 , -93.784070 |
| Indian Hills | 31.032970 , -93.759350 |
| Jamestown | 30.922980 , -93.826290 |
| Liberty | 30.923250 , -93.722680 |
| Mattox | 30.999920 , -93.773510 |
| Mayflower | 31.094470 , -93.729390 |
| Newton | 30.850244 , -93.753672 |
| Old Salem | 30.578177 , -93.776249 |
| Pine Grove | 30.771040 , -93.809900 |
| Quicksand | 30.882700 , -93.713790 |
| Ruliff | 30.274090 , -93.732670 |
| Salem | 30.542430 , -93.767950 |
| Sandjack | 30.639650 , -93.707670 |
| Scrapping Valley | 31.153800 , -93.858520 |
| Shankleville | 30.970200 , -93.706840 |
| Simmonsville | 30.960470 , -93.632400 |
| South Toledo Bend | 31.156779 , -93.607466 |
| Stringtown | 30.907980 , -93.625170 |
| Toledo | 31.174350 , -93.561290 |
| Trout Creek | 30.617430 , -93.809340 |
| Weeks Settlement | 31.085750 , -93.838240 |
| Wiergate | 30.999640 , -93.707680 |
Notes:
- You can download geometry data for Newton 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.