Download outline map of Swisher (geojson format) :
Swisher.geojson (**)
Download polygon array of Swisher map for "Google Maps" :
Swisher.txt
Bounding Box for Swisher Map : ( 34.312204 , -101.998533 , 34.748263 , -101.471333 )
Wikipedia ID for Swisher : Q112882
Wikipedia SPARQL Query for Swisher (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q112882 wdt:P1082 ?population. }
OPTIONAL { wd:Q112882 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q112882 wdt:P2046 ?area. }
OPTIONAL { wd:Q112882 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q112882 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q112882 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 Swisher map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.312204, -101.998533, 34.748263, -101.471333);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Swisher)
[out:json];
(
rel["name"="Swisher"][type=boundary];
rel["name:en"="Swisher"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Swisher
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Center Plains | 34.372850 , -101.885740 |
Claytonville | 34.375340 , -101.574890 |
Eunice | 34.470620 , -101.768240 |
Happy | 34.741582 , -101.857144 |
Kaffir | 34.633390 , -101.820740 |
Kress | 34.365843 , -101.748392 |
Lakeview | 34.529510 , -101.920190 |
Tulia | 34.537383 , -101.774121 |
Vigo Park | 34.652560 , -101.496010 |
Notes:
- You can download geometry data for Swisher 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.