Download outline map of Moore (geojson format) :
Moore.geojson (**)
Download polygon array of Moore map for "Google Maps" :
Moore.txt
Bounding Box for Moore Map : ( 35.619923 , -102.163058 , 36.055627 , -101.6226 )
Wikipedia ID for Moore : Q156464
Wikipedia SPARQL Query for Moore (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156464 wdt:P1082 ?population. }
OPTIONAL { wd:Q156464 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156464 wdt:P2046 ?area. }
OPTIONAL { wd:Q156464 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156464 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156464 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 Moore map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.619923, -102.163058, 36.055627, -101.6226);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Moore)
[out:json];
(
rel["name"="Moore"][type=boundary];
rel["name:en"="Moore"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Moore
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bautista | 35.720040 , -102.024910 |
Bryden | 36.023370 , -101.955180 |
Cactus | 36.044374 , -102.008031 |
Capps Switch | 36.037810 , -101.642670 |
Dumas | 35.861337 , -101.964197 |
Etter | 36.026980 , -101.999620 |
Exell | 35.630600 , -101.974630 |
Four Way | 35.690320 , -101.965180 |
Machovec | 35.943930 , -101.986850 |
Masterson | 35.635880 , -101.960180 |
Middlewell | 35.764760 , -102.124630 |
Sheerin | 35.970870 , -101.882400 |
Sheerin Junction | 36.024200 , -101.882670 |
Sunray | 36.018270 , -101.824485 |
Notes:
- You can download geometry data for Moore 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.