Download outline map of Lipscomb (geojson format) :
Lipscomb.geojson (**)
Download polygon array of Lipscomb map for "Google Maps" :
Lipscomb.txt
Bounding Box for Lipscomb Map : ( 36.055323 , -100.546724 , 36.500026 , -100.000389 )
Wikipedia ID for Lipscomb : Q112584
Wikipedia SPARQL Query for Lipscomb (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q112584 wdt:P1082 ?population. }
OPTIONAL { wd:Q112584 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q112584 wdt:P2046 ?area. }
OPTIONAL { wd:Q112584 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q112584 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q112584 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 Lipscomb map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.055323, -100.546724, 36.500026, -100.000389);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lipscomb)
[out:json];
(
rel["name"="Lipscomb"][type=boundary];
rel["name:en"="Lipscomb"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lipscomb
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barton Corners | 36.201980 , -100.458190 |
Booker | 36.456145 , -100.540285 |
Coburn | 36.066430 , -100.153460 |
Darrouzett | 36.444886 , -100.325792 |
Follett | 36.433973 , -100.140768 |
Gaylord | 36.441700 , -100.440700 |
Higgins | 36.120996 , -100.027432 |
Lipscomb | 36.221492 , -100.262106 |
Locust Grove | 36.114210 , -100.366800 |
Magoun | 36.376430 , -100.033460 |
Sherlock | 36.445590 , -100.224020 |
Notes:
- You can download geometry data for Lipscomb 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.