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 : ( 35.88087 , -91.35752 , 36.25788 , -90.747425 )
Wikipedia ID for Lawrence : Q61339
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:Q61339 wdt:P1082 ?population. }
OPTIONAL { wd:Q61339 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61339 wdt:P2046 ?area. }
OPTIONAL { wd:Q61339 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61339 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61339 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"](35.88087, -91.35752, 36.25788, -90.747425);
);
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) |
Aa Junction | 36.079790 , -90.939840 |
Alicia | 35.894410 , -91.083164 |
Annieville | 36.155070 , -91.240410 |
Arbor Grove | 36.018400 , -91.047620 |
Black Rock | 36.107123 , -91.107051 |
Calvin | 35.930070 , -91.058730 |
Clover Bend | 35.980910 , -91.093180 |
Coffman | 36.063680 , -91.078460 |
College City | 36.125350 , -90.940033 |
Denton | 36.095350 , -91.207910 |
Driftwood | 35.971180 , -91.252070 |
Eaton | 36.040070 , -91.216240 |
Hogan | 36.157850 , -91.131790 |
Hopewell | 35.978410 , -91.089010 |
Hoxie | 36.036523 , -90.973574 |
Imboden | 36.201936 , -91.180750 |
Jesup | 36.017020 , -91.336240 |
Lauratown | 36.020070 , -91.088460 |
Lindsey | 35.990910 , -91.016510 |
Lynn | 36.004439 , -91.251750 |
Minturn | 35.975787 , -91.027562 |
Murta | 36.113400 , -90.893730 |
Old Martin Mill Place | 35.940070 , -91.198180 |
Ponders | 36.000900 , -90.897060 |
Portia | 36.084886 , -91.071124 |
Powhatan | 36.084722 , -91.120734 |
Ravenden | 36.241733 , -91.251188 |
Richwoods | 36.142570 , -91.011790 |
Saffell | 35.919800 , -91.290130 |
Sedgwick | 35.975918 , -90.866602 |
Sloan | 36.166180 , -91.144290 |
Smithville | 36.080413 , -91.302620 |
Strangers Home | 35.920350 , -91.128460 |
Strawberry | 35.966615 , -91.320091 |
Walnut Ridge | 36.084272 , -90.946555 |
Whiskerville | 36.119790 , -90.813170 |
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.