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 : ( 32.223369 , -89.322692 , 32.577337 , -88.913827 )
Wikipedia ID for Newton : Q204761
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:Q204761 wdt:P1082 ?population. }
OPTIONAL { wd:Q204761 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q204761 wdt:P2046 ?area. }
OPTIONAL { wd:Q204761 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q204761 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q204761 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"](32.223369, -89.322692, 32.577337, -88.913827);
);
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) |
Bartlett | 32.258480 , -89.316730 |
Blounts Store | 32.407360 , -89.044500 |
Calhoun | 32.267650 , -89.151730 |
Cedar Grove | 32.349030 , -89.185890 |
Chunky | 32.327488 , -88.930172 |
Conehatta | 32.460112 , -89.278468 |
Decatur | 32.433837 , -89.109186 |
Duffee | 32.489310 , -88.927000 |
Ebenezer | 32.361810 , -89.227840 |
Goodhope | 32.457360 , -89.016720 |
Greenland | 32.551250 , -89.052830 |
Hazel | 32.381250 , -89.301450 |
Hickory | 32.316704 , -89.021735 |
Hubbard | 32.507640 , -89.012560 |
Jeff | 32.421250 , -89.127840 |
Lawrence | 32.325140 , -89.232840 |
Lebanon | 32.398750 , -89.037560 |
Liberty | 32.275150 , -89.120890 |
Little Rock | 32.525970 , -89.025330 |
Lucern | 32.516810 , -89.229230 |
Mount Vernon | 32.234040 , -89.072280 |
New Ireland | 32.564030 , -89.177000 |
New Providence | 32.357640 , -88.920610 |
Newton | 32.329600 , -89.153404 |
Pilgrim Grove | 32.269590 , -89.202840 |
Pine Bluff | 32.382090 , -89.185060 |
Prospect | 32.552360 , -89.268950 |
Roberts | 32.229310 , -89.229510 |
Rock Branch | 32.545140 , -89.085340 |
Rock Creek | 32.562080 , -89.027000 |
Stratton | 32.499580 , -89.134230 |
Tanglewood | 32.275700 , -89.304790 |
Union | 32.571128 , -89.115203 |
Willoughby | 32.547360 , -89.061720 |
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.