Download outline map of Franklin (geojson format) :
Franklin.geojson (**)
Download polygon array of Franklin map for "Google Maps" :
Franklin.txt
Bounding Box for Franklin Map : ( 31.871896 , -91.933229 , 32.405808 , -91.45057 )
Wikipedia ID for Franklin : Q504391
Wikipedia SPARQL Query for Franklin (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q504391 wdt:P1082 ?population. }
OPTIONAL { wd:Q504391 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q504391 wdt:P2046 ?area. }
OPTIONAL { wd:Q504391 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q504391 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q504391 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 Franklin map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](31.871896, -91.933229, 32.405808, -91.45057);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Franklin)
[out:json];
(
rel["name"="Franklin"][type=boundary];
rel["name:en"="Franklin"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Franklin
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Bakers | 32.341260 , -91.521230 |
Baskin | 32.259069 , -91.747330 |
Baskinton | 32.311260 , -91.680680 |
Big Creek | 32.291810 , -91.763180 |
Brownell | 32.116540 , -91.742070 |
Buie | 32.050160 , -91.858460 |
Bushes | 32.217370 , -91.616230 |
Chase | 32.097100 , -91.699010 |
Chelly Landing | 32.164320 , -91.567900 |
Como | 32.098770 , -91.602620 |
County Landing | 32.400140 , -91.485670 |
Craig Landing | 31.976550 , -91.608730 |
Crowville | 32.240700 , -91.590120 |
Cut Off Landing | 31.996550 , -91.609850 |
Dickey Landing | 32.089040 , -91.590400 |
Dixie Landing | 32.053490 , -91.580680 |
Elam | 31.954880 , -91.656790 |
Extension | 31.970710 , -91.805960 |
Fort Necessity | 32.047930 , -91.817910 |
Gilbert | 32.050696 , -91.656769 |
Harris Landing | 32.110710 , -91.587340 |
Holly Grove | 31.927940 , -91.703460 |
Jackson Landing | 32.348480 , -91.499840 |
Jigger | 32.034880 , -91.746790 |
Jones Landing | 31.882660 , -91.778460 |
Lamar | 32.310700 , -91.540400 |
Liddieville | 32.135710 , -91.845680 |
Longview | 32.262090 , -91.578180 |
Lorelein | 32.094040 , -91.552900 |
Mason | 32.069600 , -91.887070 |
Metropolis | 31.963490 , -91.691240 |
Oakley | 31.998210 , -91.619850 |
Oakley Landing | 32.031270 , -91.619850 |
Oakwood Landing | 32.060710 , -91.574840 |
Stones Landing | 32.084880 , -91.567070 |
Swampers | 32.190980 , -91.570950 |
Talbot Landing | 32.089040 , -91.560680 |
Waller Landing | 32.041540 , -91.627070 |
Warsaw Landing | 32.295150 , -91.529560 |
Winnsboro | 32.165528 , -91.721078 |
Wisner | 31.980428 , -91.655090 |
Notes:
- You can download geometry data for Franklin 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.