Franklin (Mississippi) Map Cropping Samples
Franklin (Mississippi) Map Cropping Samples-1
Franklin (Mississippi) Map Cropping Samples-2
Franklin neighborhoods and villages map with 3D shadow effect
flag map of Franklin with 3D shadow effect
Franklin map with 3d shadow effect
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.319848 , -91.15815 , 31.611588 , -90.632615 )
Wikipedia ID for Franklin : Q130006
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:Q130006 wdt:P1082 ?population. }
OPTIONAL { wd:Q130006 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q130006 wdt:P2046 ?area. }
OPTIONAL { wd:Q130006 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q130006 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q130006 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.319848, -91.15815, 31.611588, -90.632615);
);
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) |
Bonus | 31.586280 , -90.898710 |
Bude | 31.462965 , -90.850880 |
Bunkley | 31.362390 , -90.990940 |
Dick | 31.394620 , -90.841770 |
Eddiceton | 31.502120 , -90.791490 |
Flat Rock | 31.407670 , -91.093160 |
Freewoods | 31.345730 , -91.074830 |
Garden City | 31.367110 , -91.127880 |
Hamburg | 31.578780 , -91.066770 |
Kennolia | 31.594610 , -90.675100 |
Kirby | 31.511560 , -90.980940 |
Knoxville | 31.378780 , -91.120940 |
Little Springs | 31.402400 , -90.726770 |
Lucien | 31.516840 , -90.663990 |
McCall Creek | 31.512670 , -90.698710 |
Meadville | 31.472117 , -90.892943 |
Mount Olive | 31.355170 , -90.935380 |
New Hope | 31.553500 , -90.832880 |
Oldenburg | 31.574060 , -90.974550 |
Orange | 31.527670 , -91.072600 |
Roxie | 31.504635 , -91.067511 |
Shucktown | 31.592670 , -90.662880 |
Suffolk | 31.461280 , -90.966210 |
Veto | 31.577950 , -90.770930 |
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.