Murray (Oklahoma) Map Cropping Samples
Murray (Oklahoma) Map Cropping Samples-1
Murray (Oklahoma) Map Cropping Samples-2
Murray neighborhoods and villages map with 3D shadow effect
flag map of Murray with 3D shadow effect
Murray map with 3d shadow effect
Download outline map of Murray (geojson format) :
Murray.geojson (**)
Download polygon array of Murray map for "Google Maps" :
Murray.txt
Bounding Box for Murray Map : ( 34.332306 , -97.352254 , 34.637126 , -96.827149 )
Wikipedia ID for Murray : Q489477
Wikipedia SPARQL Query for Murray (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q489477 wdt:P1082 ?population. }
OPTIONAL { wd:Q489477 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q489477 wdt:P2046 ?area. }
OPTIONAL { wd:Q489477 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q489477 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q489477 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 Murray map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.332306, -97.352254, 34.637126, -96.827149);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Murray)
[out:json];
(
rel["name"="Murray"][type=boundary];
rel["name:en"="Murray"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Murray
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Cedar Village | 34.442310 , -97.134190 |
Chigley | 34.593420 , -97.078350 |
Crusher | 34.350650 , -97.029460 |
Davis | 34.457998 , -97.165321 |
Denny | 34.570090 , -96.846680 |
Dougherty | 34.400467 , -97.051400 |
Drake | 34.397870 , -96.950850 |
Falls Creek Assembly | 34.426480 , -97.111130 |
Hickory | 34.557105 , -96.857869 |
Iona | 34.617030 , -97.029740 |
Jollyville | 34.460640 , -97.130300 |
Joy | 34.593700 , -97.142240 |
Nebo | 34.361480 , -96.952790 |
Oak Grove | 34.614810 , -96.966960 |
Rayford | 34.434530 , -97.094740 |
Scullin | 34.518700 , -96.862510 |
Sulphur | 34.497698 , -96.989889 |
Washita | 34.547030 , -97.131410 |
Notes:
- You can download geometry data for Murray 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.