Download outline map of Jefferson Davis (geojson format) :
Jefferson Davis.geojson (**)
Download polygon array of Jefferson Davis map for "Google Maps" :
Jefferson Davis.txt
Bounding Box for Jefferson Davis Map : ( 30.037323 , -93.131155 , 30.488284 , -92.583089 )
Wikipedia ID for Jefferson Davis : Q504355
Wikipedia SPARQL Query for Jefferson Davis (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q504355 wdt:P1082 ?population. }
OPTIONAL { wd:Q504355 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q504355 wdt:P2046 ?area. }
OPTIONAL { wd:Q504355 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q504355 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q504355 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 Jefferson Davis map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.037323, -93.131155, 30.488284, -92.583089);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Jefferson Davis)
[out:json];
(
rel["name"="Jefferson Davis"][type=boundary];
rel["name:en"="Jefferson Davis"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Jefferson Davis
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Academy Mobile Village | 30.252630 , -92.649280 |
Barnsdall | 30.480760 , -92.655140 |
Buller | 30.379930 , -93.018480 |
China | 30.401870 , -92.705700 |
Daigle's Mobile Park | 30.238230 , -92.681400 |
Edna | 30.421040 , -92.886540 |
Elton | 30.481182 , -92.697562 |
Fenton | 30.363766 , -92.916421 |
Foremans Hall | 30.186320 , -92.929320 |
Gravel Point | 30.437980 , -92.962650 |
Hathaway | 30.349650 , -92.671530 |
Illinois Plant | 30.039380 , -92.911540 |
Jennings | 30.223269 , -92.658171 |
Lacassine | 30.233129 , -92.920831 |
Lake Arthur | 30.079500 , -92.677323 |
Niblett | 30.102990 , -92.853760 |
Pine Island | 30.349930 , -92.774870 |
Raymond | 30.349930 , -92.705700 |
Roanoke | 30.235526 , -92.748141 |
Thornwell | 30.098540 , -92.797370 |
Topsy | 30.409370 , -93.122380 |
Verret | 30.156600 , -92.929040 |
Welsh | 30.235516 , -92.813482 |
Woodlawn | 30.292980 , -92.958480 |
Notes:
- You can download geometry data for Jefferson Davis 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.