Download outline map of Laurel (geojson format) :
Laurel.geojson (**)
Download polygon array of Laurel map for "Google Maps" :
Laurel.txt
Bounding Box for Laurel Map : ( 36.939116 , -84.368886 , 37.335892 , -83.862477 )
Wikipedia ID for Laurel : Q503516
Wikipedia SPARQL Query for Laurel (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q503516 wdt:P1082 ?population. }
OPTIONAL { wd:Q503516 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q503516 wdt:P2046 ?area. }
OPTIONAL { wd:Q503516 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q503516 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q503516 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 Laurel map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](36.939116, -84.368886, 37.335892, -83.862477);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Laurel)
[out:json];
(
rel["name"="Laurel"][type=boundary];
rel["name:en"="Laurel"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Laurel
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Atlanta | 37.232590 , -84.049370 |
| Baldrock | 36.990360 , -84.283550 |
| Bernstadt | 37.156200 , -84.194660 |
| Billows | 37.170920 , -84.296600 |
| Blackwater | 37.053150 , -83.894930 |
| Boreing | 37.038150 , -84.014650 |
| Brock | 37.109810 , -83.999930 |
| Bush | 37.092590 , -83.870200 |
| Cane Creek | 37.055920 , -83.922700 |
| Cornette | 37.293140 , -84.092710 |
| Crawford | 37.194530 , -83.951870 |
| Cruise | 37.318420 , -84.122990 |
| Dorthae | 36.993420 , -84.104650 |
| East Bernstadt | 37.192275 , -84.120888 |
| Fariston | 37.070090 , -84.056600 |
| Fletcher | 37.005090 , -83.970210 |
| Greenmount | 37.247590 , -84.030760 |
| Hare | 37.204440 , -84.156940 |
| Hazel Patch | 37.244530 , -84.192990 |
| Keavy | 37.003700 , -84.161040 |
| Lake | 37.089530 , -83.885480 |
| Langnau | 37.179810 , -83.966870 |
| Laurel River Neighborhood | 37.096330 , -83.990430 |
| Lesbas | 37.078980 , -83.995480 |
| Lida | 37.082310 , -83.934650 |
| Lily | 37.024530 , -84.075210 |
| Little Marina | 36.961937 , -84.269825 |
| London | 37.126830 , -84.082025 |
| Maplesville | 37.150090 , -84.027710 |
| Marydell | 37.109260 , -83.908810 |
| McHargue | 37.005370 , -84.017430 |
| McWhorter | 37.234260 , -83.999930 |
| Mershons | 37.283140 , -84.125770 |
| North Corbin | 36.964872 , -84.097253 |
| Oakley | 37.238420 , -84.097710 |
| Pine Grove | 37.065640 , -84.102150 |
| Pittsburg | 37.160090 , -84.104100 |
| Sasser | 37.071480 , -83.891040 |
| Sublimity City | 37.094530 , -84.083540 |
| Symbol | 37.273980 , -84.138820 |
| Tuttle | 37.010370 , -83.931590 |
| Victory | 37.253980 , -84.095490 |
| Vox | 36.986470 , -84.199100 |
Notes:
- You can download geometry data for Laurel 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.