Download outline map of Potter (geojson format) :
Potter.geojson (**)
Download polygon array of Potter map for "Google Maps" :
Potter.txt
Bounding Box for Potter Map : ( 35.182753 , -102.167471 , 35.620198 , -101.622714 )
Wikipedia ID for Potter : Q113293
Wikipedia SPARQL Query for Potter (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q113293 wdt:P1082 ?population. }
OPTIONAL { wd:Q113293 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q113293 wdt:P2046 ?area. }
OPTIONAL { wd:Q113293 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q113293 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q113293 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 Potter map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.182753, -102.167471, 35.620198, -101.622714);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Potter)
[out:json];
(
rel["name"="Potter"][type=boundary];
rel["name:en"="Potter"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Potter
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ady | 35.485600 , -102.132410 |
Amarillo | 35.200380 , -101.828305 |
Bishop Hills | 35.261439 , -101.951908 |
Boden | 35.399220 , -102.063800 |
Bushland | 35.192000 , -102.064640 |
Chunky | 35.399490 , -101.840740 |
Cliffside | 35.265050 , -101.932690 |
Gentry | 35.296160 , -101.992410 |
Gluck | 35.365880 , -101.812680 |
Juilliard | 35.318660 , -101.809630 |
Marsh | 35.539770 , -101.922130 |
Mayer | 35.262000 , -101.738240 |
Puente | 35.445600 , -101.885740 |
Saint Francis | 35.261720 , -101.622960 |
Notes:
- You can download geometry data for Potter 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.