Ottawa (Oklahoma) Map Cropping Samples
Ottawa (Oklahoma) Map Cropping Samples-1
Ottawa (Oklahoma) Map Cropping Samples-2
Ottawa neighborhoods and villages map with 3D shadow effect
flag map of Ottawa with 3D shadow effect
Ottawa map with 3d shadow effect
Download outline map of Ottawa (geojson format) :
Ottawa.geojson (**)
Download polygon array of Ottawa map for "Google Maps" :
Ottawa.txt
Bounding Box for Ottawa Map : ( 36.667443 , -95.037735 , 36.999528 , -94.617946 )
Wikipedia ID for Ottawa : Q495564
Wikipedia SPARQL Query for Ottawa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q495564 wdt:P1082 ?population. }
OPTIONAL { wd:Q495564 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q495564 wdt:P2046 ?area. }
OPTIONAL { wd:Q495564 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q495564 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q495564 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 Ottawa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.667443, -95.037735, 36.999528, -94.617946);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Ottawa)
[out:json];
(
rel["name"="Ottawa"][type=boundary];
rel["name:en"="Ottawa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Ottawa
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Afton | 36.696467 , -94.957848 |
Cardin | 36.975033 , -94.851044 |
Commerce | 36.931659 , -94.870526 |
Dawes | 36.881460 , -94.991350 |
Dotyville | 36.851400 , -94.909763 |
Fairland | 36.750681 , -94.848206 |
Kellyville | 36.758680 , -94.698280 |
Miami | 36.887637 , -94.872003 |
Moreville | 36.786180 , -94.791900 |
Narcissa | 36.801033 , -94.927866 |
North Miami | 36.920142 , -94.879675 |
Oak Grove | 36.917840 , -94.711620 |
Ontario | 36.987570 , -94.763000 |
Oseuma | 36.729800 , -94.890790 |
Peoria | 36.915242 , -94.669808 |
Picher | 36.983487 , -94.832456 |
Quapaw | 36.958157 , -94.781317 |
West Seneca | 36.836730 , -94.619950 |
Wyandotte | 36.792578 , -94.723137 |
Notes:
- You can download geometry data for Ottawa 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.