Download outline map of Navarro (geojson format) :
Navarro.geojson (**)
Download polygon array of Navarro map for "Google Maps" :
Navarro.txt
Bounding Box for Navarro Map : ( 31.796191 , -96.896209 , 32.328851 , -96.050758 )
Wikipedia ID for Navarro : Q112603
Wikipedia SPARQL Query for Navarro (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q112603 wdt:P1082 ?population. }
OPTIONAL { wd:Q112603 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q112603 wdt:P2046 ?area. }
OPTIONAL { wd:Q112603 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q112603 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q112603 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 Navarro map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.796191, -96.896209, 32.328851, -96.050758);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Navarro)
[out:json];
(
rel["name"="Navarro"][type=boundary];
rel["name:en"="Navarro"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Navarro
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Angus | 31.997623 , -96.426965 |
| Barry | 32.099902 , -96.637764 |
| Bazette | 32.183480 , -96.272200 |
| Blooming Grove | 32.092362 , -96.717295 |
| Brushie Prairie | 31.994320 , -96.755270 |
| Chatfield | 32.241540 , -96.407480 |
| Cheneyboro | 31.957660 , -96.348590 |
| Corbet | 32.006540 , -96.536930 |
| Corsicana | 32.082156 , -96.468533 |
| Cryer Creek | 32.129320 , -96.656930 |
| Currie | 31.863770 , -96.443590 |
| Dawson | 31.894120 , -96.715089 |
| Dresden | 32.030710 , -96.680550 |
| Eldorado Center | 31.851270 , -96.628040 |
| Elm Flat | 32.083760 , -96.300260 |
| Emhouse | 32.160703 , -96.577203 |
| Emmett | 31.987660 , -96.792770 |
| Eureka | 32.011785 , -96.285609 |
| Frost | 32.078807 , -96.808536 |
| Goodlow | 32.109065 , -96.215144 |
| Goodlow Park | 32.115430 , -96.218310 |
| Goodnight | 32.121820 , -96.159690 |
| Kerens | 32.130807 , -96.225125 |
| Mildred | 32.041124 , -96.348339 |
| Montfort | 32.222370 , -96.349420 |
| Mustang | 32.013531 , -96.430309 |
| Navarro | 32.000790 , -96.382516 |
| Navarro Mills | 31.957930 , -96.682210 |
| Oak Valley | 32.033101 , -96.511618 |
| Pelham | 31.959600 , -96.805270 |
| Pettys Chapel | 32.122930 , -96.436370 |
| Pickett | 32.012660 , -96.476930 |
| Powell | 32.112925 , -96.323695 |
| Purdon | 31.949050 , -96.616650 |
| Pursley | 31.917940 , -96.543870 |
| Raleigh | 32.009040 , -96.698880 |
| Retreat | 32.050501 , -96.478763 |
| Rice | 32.238805 , -96.497824 |
| Richland | 31.923635 , -96.428457 |
| Roane | 32.174040 , -96.380260 |
| Rodney | 31.821830 , -96.611650 |
| Round Prairie | 32.035430 , -96.178310 |
| Rural Shade | 32.050160 , -96.139420 |
| Samaria | 32.126540 , -96.154140 |
| Spring Hill | 31.936270 , -96.710270 |
| Tupelo | 32.212930 , -96.437760 |
| Union High | 31.843770 , -96.596930 |
| Valley Farms | 32.307920 , -96.405540 |
Notes:
- You can download geometry data for Navarro 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.