Download outline map of Lee (geojson format) :
Lee.geojson (**)
Download polygon array of Lee map for "Google Maps" :
Lee.txt
Bounding Box for Lee Map : ( 34.627487 , -91.102542 , 34.911942 , -90.407944 )
Wikipedia ID for Lee : Q61150
Wikipedia SPARQL Query for Lee (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q61150 wdt:P1082 ?population. }
OPTIONAL { wd:Q61150 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q61150 wdt:P2046 ?area. }
OPTIONAL { wd:Q61150 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q61150 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q61150 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 Lee map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](34.627487, -91.102542, 34.911942, -90.407944);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lee)
[out:json];
(
rel["name"="Lee"][type=boundary];
rel["name:en"="Lee"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lee
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aubrey | 34.719723 , -90.898069 |
Beck | 34.788990 , -90.603160 |
Big Creek Corner | 34.672880 , -90.890110 |
Brickeys | 34.860650 , -90.592330 |
Buckhorn | 34.734260 , -91.049840 |
Canaan | 34.854820 , -90.792890 |
Cody | 34.843990 , -90.639830 |
Council | 34.872320 , -90.489550 |
Cypress Corner | 34.657040 , -90.767890 |
Dansby | 34.894260 , -90.640380 |
Felton | 34.804260 , -90.796220 |
Four Forks | 34.877040 , -90.862060 |
Garrett Grove | 34.800650 , -91.082900 |
Gassett | 34.873980 , -90.562330 |
Gill | 34.877590 , -90.907620 |
Greer Place | 34.752880 , -90.672610 |
Haleside | 34.717880 , -90.655390 |
Haynes | 34.890933 , -90.792662 |
Holub Crossing | 34.847870 , -90.908170 |
Hopper | 34.852600 , -91.051790 |
Jeffersonville | 34.721490 , -90.677330 |
Kokomo | 34.882040 , -90.549550 |
LaGrange | 34.655672 , -90.733886 |
Marianna | 34.773682 , -90.767425 |
Midway | 34.893430 , -90.454270 |
Moro | 34.792129 , -90.988000 |
Nash Corner | 34.881210 , -91.080680 |
New Hope | 34.745930 , -90.944560 |
New Salem | 34.879820 , -90.996510 |
Oak Forest | 34.802870 , -90.908170 |
Oakwood | 34.730100 , -90.747890 |
Park Place | 34.828990 , -90.596220 |
Peters | 34.819540 , -90.478990 |
Phillips Bayou | 34.648160 , -90.639830 |
Raggio | 34.832320 , -90.605110 |
Reese | 34.897320 , -90.446770 |
Rondo | 34.657506 , -90.820884 |
Smith Corner | 34.775370 , -90.908450 |
Soudan | 34.826210 , -90.659270 |
Spencer Place | 34.789820 , -90.597880 |
Spring Creek | 34.688710 , -90.898170 |
Thomasville | 34.745930 , -90.934010 |
Tongin | 34.856210 , -90.608160 |
Turkey Scratch | 34.643990 , -90.927340 |
Vanness Crossing | 34.862040 , -90.652330 |
Vineyard | 34.657880 , -90.870110 |
Westor | 34.840930 , -90.863730 |
Whitehall | 34.764270 , -90.547050 |
Winona | 34.897320 , -90.533710 |
Wrightland | 34.837320 , -90.796500 |
Notes:
- You can download geometry data for Lee 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.