Canadian (Oklahoma) Map Cropping Samples
Canadian (Oklahoma) Map Cropping Samples-1
Canadian (Oklahoma) Map Cropping Samples-2
Canadian neighborhoods and villages map with 3D shadow effect
flag map of Canadian with 3D shadow effect
Canadian map with 3d shadow effect
Download outline map of Canadian (geojson format) :
Canadian.geojson (**)
Download polygon array of Canadian map for "Google Maps" :
Canadian.txt
Bounding Box for Canadian Map : ( 35.323762 , -98.313476 , 35.726097 , -97.671218 )
Wikipedia ID for Canadian : Q486614
Wikipedia SPARQL Query for Canadian (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q486614 wdt:P1082 ?population. }
OPTIONAL { wd:Q486614 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q486614 wdt:P2046 ?area. }
OPTIONAL { wd:Q486614 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q486614 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q486614 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 Canadian map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](35.323762, -98.313476, 35.726097, -97.671218);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Canadian)
[out:json];
(
rel["name"="Canadian"][type=boundary];
rel["name:en"="Canadian"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Canadian
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Banner | 35.512830 , -97.848940 |
Calumet | 35.601368 , -98.124645 |
Concho | 35.615600 , -97.994500 |
El Reno | 35.543019 , -97.966020 |
Karns | 35.623940 , -98.224780 |
Mustang | 35.391683 , -97.724601 |
Niles | 35.434500 , -98.254780 |
Okarche | 35.718957 , -97.975689 |
Piedmont | 35.678385 , -97.752773 |
Richland | 35.580050 , -97.804770 |
Scott | 35.376720 , -98.236440 |
Union City | 35.401877 , -97.904303 |
Yukon | 35.520296 , -97.763637 |
Notes:
- You can download geometry data for Canadian 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.