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 : ( 35.81773 , -78.546497 , 36.266159 , -78.006554 )
Wikipedia ID for Franklin : Q502526
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:Q502526 wdt:P1082 ?population. }
OPTIONAL { wd:Q502526 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q502526 wdt:P2046 ?area. }
OPTIONAL { wd:Q502526 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q502526 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q502526 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"](35.81773, -78.546497, 36.266159, -78.006554);
);
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) |
Alert | 36.230980 , -78.222490 |
Bunn | 35.959059 , -78.251893 |
Centerville | 36.185351 , -78.108863 |
Daddysville | 35.907650 , -78.221660 |
Five Points | 35.962100 , -78.291110 |
Franklinton | 36.101240 , -78.452086 |
Gold Sand | 36.192650 , -78.173600 |
Gupton | 36.196820 , -78.160550 |
Halls Crossroads | 35.982650 , -78.264990 |
Harris Crossroads | 35.982370 , -78.382220 |
Hickory Rock | 36.124320 , -78.209990 |
Ingleside | 36.176260 , -78.296110 |
Justice | 36.058480 , -78.170550 |
Katesville | 36.089040 , -78.365830 |
Kearney | 36.224590 , -78.273330 |
Lake Royale | 35.966657 , -78.196079 |
Lake View | 36.223200 , -78.283610 |
Laurel | 36.179870 , -78.188600 |
Louisburg | 36.097568 , -78.301263 |
Mapleville | 36.076540 , -78.227220 |
Margaret | 36.024870 , -78.226100 |
Mays Crossroads | 36.015430 , -78.441390 |
Mitchiners Crossroads | 36.123210 , -78.392220 |
Moulton | 36.171540 , -78.252220 |
Needmore | 36.122370 , -78.413890 |
New Hope | 35.968760 , -78.335550 |
Oswego | 36.150150 , -78.197210 |
Pearces | 35.916540 , -78.306940 |
Pilot | 35.884880 , -78.265000 |
Pine Ridge | 35.911540 , -78.241110 |
Pocomoke | 36.080430 , -78.540280 |
Popes Crossroads | 36.084870 , -78.497220 |
Raynor | 36.008490 , -78.284440 |
Rocky Ford | 36.199870 , -78.343330 |
Seven Paths | 35.997650 , -78.183600 |
Social Plains | 35.848210 , -78.247500 |
Stallings Crossroads | 36.094040 , -78.165270 |
Sukey Young Crossroads | 36.130710 , -78.206940 |
Sutton | 35.927650 , -78.261110 |
Tants Crossroads | 35.898490 , -78.233610 |
White Level | 36.133210 , -78.143050 |
Wood | 36.184320 , -78.057210 |
Youngsville | 36.024662 , -78.480243 |
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.