Franklin (Texas) Map Cropping Samples
Franklin (Texas) Map Cropping Samples-1
Franklin (Texas) 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 : ( 32.961829 , -95.308957 , 33.389456 , -95.124491 )
Wikipedia ID for Franklin : Q110624
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:Q110624 wdt:P1082 ?population. }
OPTIONAL { wd:Q110624 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q110624 wdt:P2046 ?area. }
OPTIONAL { wd:Q110624 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q110624 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q110624 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"](32.961829, -95.308957, 33.389456, -95.124491);
);
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) |
Clearwater | 32.999840 , -95.201330 |
Cypress | 33.044010 , -95.269110 |
Daphne | 33.266780 , -95.129660 |
Eureka | 33.349280 , -95.306060 |
Hagansport | 33.341500 , -95.249390 |
Hopewell | 33.118450 , -95.155770 |
Lakeview | 33.295670 , -95.245500 |
Macon | 33.088730 , -95.127720 |
Majors | 33.102900 , -95.219660 |
Mount Vernon | 33.175108 , -95.225327 |
Oakdale | 33.273450 , -95.303280 |
Rock Springs | 32.974840 , -95.255500 |
Scroggins | 32.973730 , -95.184660 |
Union | 33.134560 , -95.273830 |
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.