Download outline map of Laurens (geojson format) :
Laurens.geojson (**)
Download polygon array of Laurens map for "Google Maps" :
Laurens.txt
Bounding Box for Laurens Map : ( 32.147274 , -83.226536 , 32.71576 , -82.633126 )
Wikipedia ID for Laurens : Q491556
Wikipedia SPARQL Query for Laurens (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q491556 wdt:P1082 ?population. }
OPTIONAL { wd:Q491556 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q491556 wdt:P2046 ?area. }
OPTIONAL { wd:Q491556 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q491556 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q491556 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 Laurens map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](32.147274, -83.226536, 32.71576, -82.633126);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Laurens)
[out:json];
(
rel["name"="Laurens"][type=boundary];
rel["name:en"="Laurens"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Laurens
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alcorns | 32.409610 , -83.110150 |
Alligood | 32.436280 , -83.004040 |
Batson | 32.308500 , -83.067930 |
Brewton | 32.593780 , -82.797920 |
Cadwell | 32.339551 , -83.041965 |
Catlin | 32.511280 , -82.821810 |
Cedar Grove | 32.250170 , -82.882090 |
Chappells Mill | 32.661550 , -83.052650 |
Condor | 32.542670 , -82.836530 |
Dexter | 32.433074 , -83.059558 |
Dublin | 32.536460 , -82.926408 |
Dudley | 32.532126 , -83.080471 |
East Dublin | 32.547772 , -82.868582 |
Five Points | 32.328500 , -82.973480 |
Five Points | 32.441560 , -83.120150 |
Garretta | 32.450170 , -82.944030 |
Harlow | 32.494060 , -82.976260 |
Haskins Crossing | 32.546550 , -83.117370 |
Holly Hills | 32.577940 , -82.946530 |
Kewanee | 32.493500 , -83.090150 |
Laurens Hill | 32.520720 , -83.145990 |
Lovett | 32.638220 , -82.767640 |
Lowery | 32.354890 , -82.799310 |
Minter | 32.486000 , -82.760420 |
Montrose | 32.559435 , -83.153496 |
Nameless | 32.387110 , -83.072090 |
Old Condor | 32.534330 , -82.835700 |
Rentz | 32.383544 , -82.991704 |
Rockledge | 32.442950 , -82.697640 |
Spring Hill | 32.635160 , -83.017370 |
Tuckers Crossroad | 32.700990 , -82.865140 |
Tweed | 32.429060 , -82.757920 |
Vincent | 32.473500 , -83.000420 |
Whipples Crossing | 32.529330 , -83.058480 |
Notes:
- You can download geometry data for Laurens 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.