Download outline map of Young (geojson format) :
Young.geojson (**)
Download polygon array of Young map for "Google Maps" :
Young.txt
Bounding Box for Young Map : ( 32.9523 , -98.954097 , 33.397534 , -98.420436 )
Wikipedia ID for Young : Q156613
Wikipedia SPARQL Query for Young (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156613 wdt:P1082 ?population. }
OPTIONAL { wd:Q156613 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156613 wdt:P2046 ?area. }
OPTIONAL { wd:Q156613 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156613 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156613 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 Young map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.9523, -98.954097, 33.397534, -98.420436);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Young)
[out:json];
(
rel["name"="Young"][type=boundary];
rel["name:en"="Young"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Young
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bunger | 33.013730 , -98.593950 |
Eliasville | 32.959840 , -98.765340 |
Farmer | 33.346500 , -98.555060 |
Graham | 33.101652 , -98.577852 |
Jean | 33.296220 , -98.616450 |
Loving | 33.264280 , -98.510610 |
Markley | 33.358440 , -98.448110 |
Murray | 33.056500 , -98.895070 |
Newcastle | 33.195034 , -98.743561 |
Old Caseyville Crossing | 33.012900 , -98.613950 |
Olney | 33.364387 , -98.758370 |
Padgett | 33.300940 , -98.910340 |
Proffitt | 33.192050 , -98.873120 |
Proffitt Crossing | 33.231500 , -98.884230 |
Red Top | 33.225670 , -98.568670 |
South Bend | 33.004560 , -98.668390 |
True | 33.279830 , -98.728670 |
Twin Mountains | 33.109560 , -98.582840 |
Notes:
- You can download geometry data for Young 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.