Download outline map of Nacogdoches (geojson format) :
Nacogdoches.geojson (**)
Download polygon array of Nacogdoches map for "Google Maps" :
Nacogdoches.txt
Bounding Box for Nacogdoches Map : ( 31.222776 , -94.97816 , 31.845555 , -94.300038 )
Wikipedia ID for Nacogdoches : Q156455
Wikipedia SPARQL Query for Nacogdoches (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156455 wdt:P1082 ?population. }
OPTIONAL { wd:Q156455 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156455 wdt:P2046 ?area. }
OPTIONAL { wd:Q156455 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156455 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156455 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 Nacogdoches map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.222776, -94.97816, 31.845555, -94.300038);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Nacogdoches)
[out:json];
(
rel["name"="Nacogdoches"][type=boundary];
rel["name:en"="Nacogdoches"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Nacogdoches
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Alazan | 31.583230 , -94.786040 |
| Appleby | 31.717028 , -94.607770 |
| Attoyac | 31.558790 , -94.357980 |
| Bonaldo | 31.517680 , -94.808540 |
| Caro | 31.755180 , -94.705770 |
| Central Heights | 31.705180 , -94.676880 |
| Chireno | 31.498948 , -94.345855 |
| Clear Springs | 31.467410 , -94.387150 |
| Climax | 31.488790 , -94.693260 |
| County Line | 31.721840 , -94.937440 |
| Cushing | 31.812598 , -94.841142 |
| Dextra | 31.809620 , -94.930770 |
| Douglass | 31.667960 , -94.880770 |
| Eden | 31.592680 , -94.849380 |
| Etoile | 31.386850 , -94.436040 |
| Fitze | 31.785730 , -94.534370 |
| Garrison | 31.825179 , -94.493140 |
| Happy Valley | 31.836280 , -94.782710 |
| Hayward Junction | 31.589070 , -94.649100 |
| Holly Springs | 31.754340 , -94.580760 |
| La Cerda | 31.437960 , -94.397430 |
| Lacyville | 31.505180 , -94.607150 |
| Lilbert | 31.736290 , -94.901050 |
| Linn Flat | 31.789900 , -94.731880 |
| Mahl | 31.733790 , -94.676320 |
| Martinsville | 31.642680 , -94.414090 |
| Melrose | 31.561570 , -94.476600 |
| Nacogdoches | 31.613776 , -94.652760 |
| Nat | 31.713510 , -94.826600 |
| North Redland | 31.737120 , -94.662990 |
| Oak Flat | 31.802400 , -94.795490 |
| Pisgah | 31.705730 , -94.522990 |
| Plainview | 31.533520 , -94.574650 |
| Pleasant Hill | 31.777400 , -94.641880 |
| Poe | 31.457960 , -94.605210 |
| Redfield | 31.680518 , -94.662873 |
| Sacul | 31.824900 , -94.918830 |
| Shady Grove | 31.642120 , -94.527150 |
| Shirley Creek | 31.314910 , -94.383810 |
| Suttons Mill | 31.488240 , -94.381040 |
| Trawick | 31.771010 , -94.743270 |
| Whispering Pines | 31.776840 , -94.519930 |
| Winter Hill | 31.659900 , -94.823270 |
| Woden | 31.503240 , -94.526600 |
Notes:
- You can download geometry data for Nacogdoches 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.