Greer (Oklahoma) Map Cropping Samples
Greer (Oklahoma) Map Cropping Samples-1
Greer (Oklahoma) Map Cropping Samples-2
Greer neighborhoods and villages map with 3D shadow effect
flag map of Greer with 3D shadow effect
Greer map with 3d shadow effect
Download outline map of Greer (geojson format) :
Greer.geojson (**)
Download polygon array of Greer map for "Google Maps" :
Greer.txt
Bounding Box for Greer Map : ( 34.724555 , -99.888571 , 35.117014 , -99.246418 )
Wikipedia ID for Greer : Q111968
Wikipedia SPARQL Query for Greer (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q111968 wdt:P1082 ?population. }
OPTIONAL { wd:Q111968 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q111968 wdt:P2046 ?area. }
OPTIONAL { wd:Q111968 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q111968 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q111968 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 Greer map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.724555, -99.888571, 35.117014, -99.246418);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Greer)
[out:json];
(
rel["name"="Greer"][type=boundary];
rel["name:en"="Greer"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Greer
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bloomington | 35.001720 , -99.630930 |
Brinkman | 35.010060 , -99.516760 |
Granite | 34.956163 , -99.370348 |
Hester | 34.801170 , -99.433420 |
Jester | 35.009220 , -99.695100 |
Lake Creek | 35.029500 , -99.413420 |
Mangum | 34.878377 , -99.503952 |
Plainview | 35.073390 , -99.722320 |
Reed | 34.900610 , -99.695650 |
Russell | 34.768120 , -99.667320 |
Willow | 35.051440 , -99.509979 |
Notes:
- You can download geometry data for Greer 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.