Noble (Oklahoma) Map Cropping Samples
Noble (Oklahoma) Map Cropping Samples-1
Noble (Oklahoma) Map Cropping Samples-2
Noble neighborhoods and villages map with 3D shadow effect
flag map of Noble with 3D shadow effect
Noble map with 3d shadow effect
Download outline map of Noble (geojson format) :
Noble.geojson (**)
Download polygon array of Noble map for "Google Maps" :
Noble.txt
Bounding Box for Noble Map : ( 36.159054 , -97.461603 , 36.600663 , -96.888017 )
Wikipedia ID for Noble : Q495570
Wikipedia SPARQL Query for Noble (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q495570 wdt:P1082 ?population. }
OPTIONAL { wd:Q495570 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495570 wdt:P2046 ?area. }
OPTIONAL { wd:Q495570 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495570 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495570 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 Noble map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.159054, -97.461603, 36.600663, -96.888017);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Noble)
[out:json];
(
rel["name"="Noble"][type=boundary];
rel["name:en"="Noble"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Noble
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Billings | 36.531335 , -97.434620 |
Bills Corner | 36.290050 , -97.067540 |
Black Bear | 36.340600 , -97.219760 |
Ceres | 36.477260 , -97.282550 |
Drace | 36.340320 , -97.206150 |
Gansel | 36.280040 , -97.372270 |
Lucien | 36.274765 , -97.455029 |
Marland | 36.561120 , -97.152909 |
McMahon | 36.315870 , -97.245600 |
Morrison | 36.292492 , -97.028579 |
Old Bliss | 36.547540 , -97.144490 |
Perry | 36.284865 , -97.307134 |
Petes Corner | 36.290320 , -97.103650 |
Red Rock | 36.460076 , -97.179583 |
Sumner | 36.318930 , -97.121430 |
Notes:
- You can download geometry data for Noble 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.