Download outline map of Lawrence (geojson format) :
Lawrence.geojson (**)
Download polygon array of Lawrence map for "Google Maps" :
Lawrence.txt
Bounding Box for Lawrence Map : ( 34.299096 , -87.531024 , 34.804992 , -87.105073 )
Wikipedia ID for Lawrence : Q502737
Wikipedia SPARQL Query for Lawrence (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q502737 wdt:P1082 ?population. }
OPTIONAL { wd:Q502737 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q502737 wdt:P2046 ?area. }
OPTIONAL { wd:Q502737 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q502737 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q502737 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 Lawrence map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.299096, -87.531024, 34.804992, -87.105073);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lawrence)
[out:json];
(
rel["name"="Lawrence"][type=boundary];
rel["name:en"="Lawrence"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lawrence
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Aldridge Grove | 34.423150 , -87.240570 |
| Bride's Hill | 34.670240 , -87.244640 |
| Caddo | 34.569260 , -87.140010 |
| Chalybeate Springs | 34.565090 , -87.226680 |
| Concord | 34.527320 , -87.453910 |
| Courtland | 34.670378 , -87.326350 |
| Edmond | 34.638980 , -87.470860 |
| Fairfield | 34.474260 , -87.193070 |
| Fish Pond | 34.642590 , -87.140570 |
| Fishermans Resort | 34.784250 , -87.393910 |
| Five Points | 34.474540 , -87.157520 |
| Flat Rock | 34.536760 , -87.485300 |
| Flower Hill | 34.680370 , -87.156130 |
| Freeman Acres | 34.782870 , -87.346130 |
| Harmony | 34.523980 , -87.236690 |
| Hatton | 34.561067 , -87.413556 |
| Hepsidam | 34.361490 , -87.333070 |
| Hickory Grove | 34.430370 , -87.444470 |
| Hillsboro | 34.640722 , -87.183817 |
| Jerusalem | 34.705090 , -87.226960 |
| Jesseton | 34.404820 , -87.166680 |
| Kitchens Mill | 34.482870 , -87.126960 |
| Lakeview | 34.702590 , -87.153900 |
| Landersville | 34.468980 , -87.400860 |
| Lennon Hill | 34.739530 , -87.416130 |
| Letson Settlement | 34.576760 , -87.291690 |
| Longtown | 34.556480 , -87.276690 |
| Loosier | 34.571760 , -87.370300 |
| Lovettville | 34.648980 , -87.210570 |
| Masterson Mill | 34.538700 , -87.283350 |
| Midway | 34.550930 , -87.158900 |
| Moulton | 34.484370 , -87.283125 |
| Mount Hope | 34.458430 , -87.481690 |
| Mount Moriah | 34.544260 , -87.324470 |
| Mountain Home | 34.579540 , -87.266130 |
| Muck City | 34.482600 , -87.354740 |
| Ne Smith | 34.596200 , -87.428360 |
| North Courtland | 34.678780 , -87.308252 |
| Oak Grove | 34.557870 , -87.451140 |
| Oakville | 34.445370 , -87.162240 |
| Piney Grove | 34.313990 , -87.114730 |
| Pittsburg | 34.525370 , -87.205850 |
| Red Bank | 34.767310 , -87.370020 |
| Reynolds | 34.633150 , -87.172790 |
| Rigdom | 34.646200 , -87.362240 |
| Rocky Hill | 34.679530 , -87.344470 |
| Speake | 34.415930 , -87.167510 |
| Terry Heights | 34.662310 , -87.287240 |
| Town Creek | 34.671827 , -87.406342 |
| Wheeler | 34.652620 , -87.250030 |
| Wheeler Dam Village | 34.793420 , -87.378080 |
| Wolf Springs | 34.595090 , -87.472800 |
| Wren | 34.434260 , -87.293630 |
| Youngtown | 34.416760 , -87.390850 |
Notes:
- You can download geometry data for Lawrence 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.