Major (Oklahoma) Map Cropping Samples
Major (Oklahoma) Map Cropping Samples-1
Major (Oklahoma) Map Cropping Samples-2
Major neighborhoods and villages map with 3D shadow effect
flag map of Major with 3D shadow effect
Major map with 3d shadow effect
Download outline map of Major (geojson format) :
Major.geojson (**)
Download polygon array of Major map for "Google Maps" :
Major.txt
Bounding Box for Major Map : ( 36.161178 , -98.960928 , 36.506914 , -98.103702 )
Wikipedia ID for Major : Q495839
Wikipedia SPARQL Query for Major (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q495839 wdt:P1082 ?population. }
OPTIONAL { wd:Q495839 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495839 wdt:P2046 ?area. }
OPTIONAL { wd:Q495839 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495839 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495839 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 Major map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.161178, -98.960928, 36.506914, -98.103702);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Major)
[out:json];
(
rel["name"="Major"][type=boundary];
rel["name:en"="Major"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Major
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ames | 36.247089 , -98.186708 |
Bado | 36.216980 , -98.742870 |
Bouse Junction | 36.421700 , -98.888980 |
Carwile | 36.463370 , -98.301180 |
Cedar Springs | 36.217540 , -98.583420 |
Chester | 36.216546 , -98.920805 |
Cheyenne Valley | 36.369200 , -98.657860 |
Cleo Springs | 36.404561 , -98.440101 |
Crystal Lakes | 36.212540 , -98.223960 |
Dane | 36.216980 , -98.619530 |
Fairview | 36.270491 , -98.477070 |
Isabella | 36.235354 , -98.335337 |
Lindley | 36.206150 , -98.232850 |
Meno | 36.388174 , -98.177960 |
Orienta | 36.360030 , -98.473970 |
Orion | 36.216700 , -98.778700 |
Phroso | 36.280870 , -98.817870 |
Piper | 36.174200 , -98.267570 |
Ringwood | 36.381758 , -98.241111 |
Togo | 36.419760 , -98.764810 |
West Cleo | 36.405590 , -98.465360 |
Notes:
- You can download geometry data for Major 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.