Lamar (Alabama) Map Cropping Samples
Lamar (Alabama) Map Cropping Samples-1
Lamar (Alabama) Map Cropping Samples-2
Lamar neighborhoods and villages map with 3D shadow effect
flag map of Lamar with 3D shadow effect
Lamar map with 3d shadow effect
Download outline map of Lamar (geojson format) :
Lamar.geojson (**)
Download polygon array of Lamar map for "Google Maps" :
Lamar.txt
Bounding Box for Lamar Map : ( 33.523987 , -88.274619 , 34.058333 , -87.946305 )
Wikipedia ID for Lamar : Q358858
Wikipedia SPARQL Query for Lamar (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q358858 wdt:P1082 ?population. }
OPTIONAL { wd:Q358858 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q358858 wdt:P2046 ?area. }
OPTIONAL { wd:Q358858 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q358858 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q358858 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 Lamar map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](33.523987, -88.274619, 34.058333, -87.946305);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Lamar)
[out:json];
(
rel["name"="Lamar"][type=boundary];
rel["name:en"="Lamar"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Lamar
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Beaverton | 33.935412 , -88.021778 |
Bedford | 33.795940 , -88.206980 |
Blooming Grove | 33.793720 , -87.978640 |
Crews | 33.913160 , -88.080590 |
Detroit | 34.027379 , -88.167831 |
Fernbank | 33.579280 , -88.141700 |
Henson Springs | 34.019270 , -88.064200 |
Hightogy | 33.695110 , -88.094750 |
Kennedy | 33.580890 , -87.986177 |
Kingville | 33.667610 , -88.040580 |
Mansfield | 33.854270 , -87.974190 |
Melborne | 33.572890 , -88.202810 |
Millport | 33.558575 , -88.081707 |
Molloy | 33.736780 , -88.202250 |
Pine Springs | 33.942880 , -88.152260 |
Star | 33.678450 , -88.172250 |
Sulligent | 33.891190 , -88.126631 |
Vernon | 33.758860 , -88.114379 |
Notes:
- You can download geometry data for Lamar 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.