Download outline map of Gregg (geojson format) :
Gregg.geojson (**)
Download polygon array of Gregg map for "Google Maps" :
Gregg.txt
Bounding Box for Gregg Map : ( 32.359948 , -94.986963 , 32.667572 , -94.579219 )
Wikipedia ID for Gregg : Q109275
Wikipedia SPARQL Query for Gregg (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q109275 wdt:P1082 ?population. }
OPTIONAL { wd:Q109275 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q109275 wdt:P2046 ?area. }
OPTIONAL { wd:Q109275 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q109275 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q109275 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 Gregg map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.359948, -94.986963, 32.667572, -94.579219);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Gregg)
[out:json];
(
rel["name"="Gregg"][type=boundary];
rel["name:en"="Gregg"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Gregg
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Clarksville City | 32.532834 , -94.894486 |
| Danville | 32.400980 , -94.826880 |
| East View | 32.380940 , -94.874238 |
| Easton | 32.381930 , -94.591243 |
| Elderville | 32.372370 , -94.728540 |
| Fredonia | 32.403760 , -94.796050 |
| Gladewater | 32.543470 , -94.945265 |
| Gladewater Park | 32.511530 , -94.977160 |
| Greggton | 32.498200 , -94.793270 |
| Judson | 32.582640 , -94.753540 |
| Kilgore | 32.395295 , -94.861067 |
| Kinsloe | 32.433760 , -94.824380 |
| Lakeport | 32.405054 , -94.710171 |
| Liberty City | 32.450208 , -94.943830 |
| Longview | 32.519287 , -94.762206 |
| Rolling Meadows | 32.415430 , -94.809940 |
| Seven Pines | 32.591530 , -94.819100 |
| Shiloh | 32.571810 , -94.862160 |
| Tenneryville | 32.537370 , -94.807990 |
| Warren City | 32.553009 , -94.905793 |
| White Oak | 32.531287 , -94.856378 |
Notes:
- You can download geometry data for Gregg 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.