Download outline map of Grant (geojson format) :
Grant.geojson (**)
Download polygon array of Grant map for "Google Maps" :
Grant.txt
Bounding Box for Grant Map : ( 34.059633 , -92.678383 , 34.495914 , -92.208041 )
Wikipedia ID for Grant : Q61296
Wikipedia SPARQL Query for Grant (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61296 wdt:P1082 ?population. }
OPTIONAL { wd:Q61296 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61296 wdt:P2046 ?area. }
OPTIONAL { wd:Q61296 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61296 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61296 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 Grant map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.059633, -92.678383, 34.495914, -92.208041);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Grant)
[out:json];
(
rel["name"="Grant"][type=boundary];
rel["name:en"="Grant"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Grant
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Ain | 34.208430 , -92.337650 |
Belfast | 34.414540 , -92.459050 |
Brush Creek | 34.217870 , -92.653500 |
Buie | 34.352040 , -92.564050 |
Cane Creek | 34.443150 , -92.353760 |
Carver | 34.216490 , -92.618490 |
Center Grove | 34.318150 , -92.292370 |
Clear Lake | 34.313990 , -92.219040 |
Cross Roads | 34.224820 , -92.405990 |
Deer Creek | 34.243990 , -92.403490 |
Dogwood | 34.236760 , -92.526550 |
Ebb | 34.320370 , -92.323210 |
Fenter | 34.376760 , -92.637660 |
Grapevine | 34.145650 , -92.315430 |
Junet | 34.313990 , -92.264040 |
Lamont | 34.100100 , -92.275150 |
Lenham | 34.300370 , -92.639050 |
Leola | 34.170133 , -92.591386 |
Millerville | 34.181210 , -92.398760 |
Orion | 34.474260 , -92.253210 |
Poyen | 34.324437 , -92.642019 |
Prague | 34.286760 , -92.280710 |
Prattsville | 34.317011 , -92.542833 |
Sheridan | 34.299140 , -92.422756 |
Slabtown | 34.266760 , -92.399320 |
Thiel | 34.245370 , -92.615990 |
Tull | 34.443266 , -92.577968 |
Walnut Ridge | 34.402040 , -92.237650 |
Notes:
- You can download geometry data for Grant 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.