Download outline map of Wise (geojson format) :
Wise.geojson (**)
Download polygon array of Wise map for "Google Maps" :
Wise.txt
Bounding Box for Wise Map : ( 32.990839 , -97.921642 , 33.434057 , -97.383015 )
Wikipedia ID for Wise : Q111316
Wikipedia SPARQL Query for Wise (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111316 wdt:P1082 ?population. }
OPTIONAL { wd:Q111316 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111316 wdt:P2046 ?area. }
OPTIONAL { wd:Q111316 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111316 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111316 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 Wise map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.990839, -97.921642, 33.434057, -97.383015);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Wise)
[out:json];
(
rel["name"="Wise"][type=boundary];
rel["name:en"="Wise"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Wise
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Allison | 33.266510 , -97.426690 |
Alvord | 33.356968 , -97.696026 |
Annaville | 33.117060 , -97.571970 |
Aurora | 33.055943 , -97.509615 |
Balsora | 33.116230 , -97.851980 |
Bluett | 33.157620 , -97.438360 |
Boonsville | 33.068450 , -97.863370 |
Boyd | 33.084348 , -97.563209 |
Briar | 32.988463 , -97.552835 |
Bridgeport | 33.209371 , -97.771608 |
Chico | 33.296056 , -97.798605 |
Cottondale | 33.065950 , -97.704750 |
Crafton | 33.369280 , -97.905870 |
Decatur | 33.227635 , -97.589871 |
Draco | 33.104840 , -97.744480 |
Greenwood | 33.380950 , -97.474470 |
Herman | 33.167340 , -97.532530 |
Keeter | 33.034570 , -97.613080 |
Lake Bridgeport | 33.207240 , -97.830997 |
Lucky Ridge | 33.036230 , -97.668360 |
New Fairview | 33.112207 , -97.448809 |
Newark | 33.004960 , -97.485523 |
Newark Beach | 32.994570 , -97.509470 |
Paradise | 33.150340 , -97.688728 |
Park Springs | 33.405390 , -97.818920 |
Rhome | 33.064540 , -97.477944 |
Rickels | 33.183450 , -97.828920 |
Runaway Bay | 33.177360 , -97.870957 |
Slidell | 33.359840 , -97.391690 |
Sycamore | 33.323730 , -97.490030 |
Willow Point | 33.115120 , -97.913650 |
Notes:
- You can download geometry data for Wise 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.