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 : ( 31.387946 , -92.973529 , 31.797149 , -92.196131 )
Wikipedia ID for Grant : Q504450
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:Q504450 wdt:P1082 ?population. }
OPTIONAL { wd:Q504450 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q504450 wdt:P2046 ?area. }
OPTIONAL { wd:Q504450 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q504450 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q504450 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"](31.387946, -92.973529, 31.797149, -92.196131);
);
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) |
| Aloha | 31.583230 , -92.772370 |
| Antonia | 31.564340 , -92.409310 |
| Bagdad | 31.466570 , -92.593760 |
| Bentley | 31.515730 , -92.488200 |
| Bob | 31.476010 , -92.273740 |
| Breezy Hill | 31.660450 , -92.436810 |
| Camp Hardtner | 31.631280 , -92.399310 |
| Colfax | 31.520800 , -92.700151 |
| Creola | 31.429992 , -92.482846 |
| Dry Prong | 31.580692 , -92.530848 |
| Faircloth | 31.614340 , -92.604870 |
| Fairfield | 31.580730 , -92.590700 |
| Fairmount | 31.437680 , -92.677650 |
| Farmland | 31.552950 , -92.394030 |
| Fishville | 31.521570 , -92.362080 |
| Georgetown | 31.759721 , -92.382033 |
| Grandstaff | 31.774610 , -92.362920 |
| Hargis | 31.684330 , -92.829880 |
| Howcott | 31.656280 , -92.389030 |
| Iatt | 31.686280 , -92.706540 |
| Kadesh | 31.704330 , -92.911270 |
| Kateland | 31.456290 , -92.675700 |
| Lincecum | 31.687390 , -92.392640 |
| Magnolia Park | 31.434070 , -92.522920 |
| McNeely | 31.505730 , -92.683480 |
| Montgomery | 31.667611 , -92.887604 |
| Mudville | 31.712950 , -92.396250 |
| Nugent | 31.441010 , -92.421250 |
| Oak Grove | 31.520180 , -92.542360 |
| Pollock | 31.525227 , -92.408182 |
| Prospect | 31.448812 , -92.496885 |
| Ravencamp | 31.472400 , -92.679310 |
| Rochelle | 31.790170 , -92.369580 |
| Rock Hill | 31.442667 , -92.569480 |
| Sand Spur | 31.579620 , -92.413470 |
| Selma | 31.741280 , -92.387080 |
| Simms | 31.461290 , -92.423470 |
| Stay | 31.472400 , -92.492080 |
| Summerfield | 31.579890 , -92.721540 |
| The Rock | 31.551010 , -92.713210 |
| Verda | 31.699890 , -92.772930 |
| Waddel | 31.600170 , -92.784600 |
| Wetzlar | 31.645450 , -92.857100 |
| Williana | 31.670170 , -92.566260 |
| Zion | 31.782950 , -92.489590 |
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.