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 : ( 30.98245 , -89.6544 , 31.434212 , -89.347754 )
Wikipedia ID for Lamar : Q490896
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:Q490896 wdt:P1082 ?population. }
OPTIONAL { wd:Q490896 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q490896 wdt:P2046 ?area. }
OPTIONAL { wd:Q490896 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q490896 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q490896 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"](30.98245, -89.6544, 31.434212, -89.347754);
);
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) |
Arnold Line | 31.337121 , -89.377107 |
Baxterville | 31.084070 , -89.590350 |
Breland | 31.325730 , -89.398680 |
Bynum | 31.394340 , -89.542010 |
Clyde | 31.350170 , -89.467840 |
Coral | 31.386280 , -89.529790 |
Epley | 31.376560 , -89.511180 |
Fanning | 31.059900 , -89.544510 |
Hanford | 31.112680 , -89.427840 |
Harmon | 31.093240 , -89.414790 |
Hickory Grove | 31.394620 , -89.646180 |
Lamar Park | 31.319340 , -89.360340 |
Lumberton | 31.006481 , -89.461266 |
Oak Grove | 31.286010 , -89.414510 |
Okahola | 31.207120 , -89.386450 |
Oloh | 31.296840 , -89.590070 |
Pine Grove | 31.187680 , -89.482290 |
Pine Ridge | 31.203230 , -89.445340 |
Purvis | 31.142724 , -89.404551 |
Richburg | 31.274340 , -89.353120 |
Rocky Branch | 31.314060 , -89.632570 |
Rouse | 31.107120 , -89.641180 |
Seneca | 31.039350 , -89.439510 |
Sumrall | 31.417129 , -89.542242 |
Talowah | 31.076010 , -89.430340 |
Varnado | 31.338780 , -89.357840 |
Wardwell | 31.342950 , -89.375620 |
Wells Town | 31.022960 , -89.474790 |
West Hattiesburg | 31.311273 , -89.373762 |
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.