Download outline map of Putnam (geojson format) :
Putnam.geojson (**)
Download polygon array of Putnam map for "Google Maps" :
Putnam.txt
Bounding Box for Putnam Map : ( 29.32443 , -82.056151 , 29.840176 , -81.433583 )
Wikipedia ID for Putnam : Q247017
Wikipedia SPARQL Query for Putnam (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q247017 wdt:P1082 ?population. }
OPTIONAL { wd:Q247017 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q247017 wdt:P2046 ?area. }
OPTIONAL { wd:Q247017 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q247017 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q247017 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 Putnam map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.32443, -82.056151, 29.840176, -81.433583);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Putnam)
[out:json];
(
rel["name"="Putnam"][type=boundary];
rel["name:en"="Putnam"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Putnam
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Bardin | 29.714410 , -81.724810 |
| Baywood | 29.719130 , -81.816200 |
| Bostwick | 29.774130 , -81.637030 |
| Bridgeport | 29.753300 , -81.570080 |
| Buffalo Bluff | 29.579690 , -81.673690 |
| Carraway | 29.709130 , -81.786480 |
| Clay Landing | 29.774690 , -81.561750 |
| Cooper L Hills Estates | 29.651360 , -81.913980 |
| Crescent City | 29.437534 , -81.517482 |
| Crescent City Station | 29.415250 , -81.533130 |
| Crossley | 29.589140 , -81.993150 |
| Cypress Point | 29.698020 , -81.590080 |
| Denver | 29.404420 , -81.526740 |
| East Palatka | 29.650600 , -81.598196 |
| Edgar | 29.594970 , -81.950650 |
| Florahome | 29.732740 , -81.883430 |
| Fort Brook Landing | 29.514690 , -81.907590 |
| Fort Gates | 29.417470 , -81.657860 |
| Francis | 29.634410 , -81.707860 |
| Fruitland | 29.427190 , -81.643690 |
| Georges Lake | 29.793850 , -81.868150 |
| Georgetown | 29.391360 , -81.638690 |
| Grand View Grove | 29.521360 , -81.678410 |
| Grandin | 29.727740 , -81.918430 |
| Grandview | 29.699690 , -81.599530 |
| Hammond | 29.381920 , -81.521740 |
| Hollister | 29.622750 , -81.813700 |
| Hunter | 29.606640 , -81.763140 |
| Huntington | 29.440530 , -81.552580 |
| Interlachen | 29.620287 , -81.896330 |
| Johns Ferry | 29.431920 , -81.663690 |
| Johnson | 29.584690 , -81.973150 |
| Keuka | 29.604690 , -81.912590 |
| Lake Como | 29.465326 , -81.592326 |
| Lands End Ranch | 29.543030 , -81.902030 |
| Mannville | 29.628860 , -81.868150 |
| Mcmeekin | 29.595250 , -82.012870 |
| Melrose | 29.709410 , -82.049820 |
| Mount Royal | 29.429700 , -81.520910 |
| Nashua | 29.518580 , -81.670910 |
| Norwalk | 29.434970 , -81.716470 |
| Oak Ridge Park | 29.635800 , -81.953430 |
| Orange Mills | 29.684970 , -81.573140 |
| Palatka | 29.648816 , -81.661805 |
| Patersonville | 29.688860 , -81.584530 |
| Pecan | 29.684140 , -81.655920 |
| Pomona Park | 29.501461 , -81.593766 |
| Putnam Hall | 29.736630 , -81.959260 |
| Rice Creek | 29.703020 , -81.663970 |
| Rodman | 29.538300 , -81.756200 |
| San Mateo | 29.606640 , -81.584520 |
| Saratoga | 29.532190 , -81.683690 |
| Satsuma | 29.554970 , -81.655910 |
| Seminole Grove | 29.513860 , -81.675910 |
| Shirley Place | 29.398590 , -81.490070 |
| Sisco | 29.521080 , -81.627020 |
| Springside Park | 29.673580 , -81.703140 |
| Sutherlands Still | 29.573580 , -81.603130 |
| Teasdale | 29.737470 , -81.646470 |
| Welaka | 29.481971 , -81.665870 |
| Whiteville | 29.618020 , -81.992870 |
Notes:
- You can download geometry data for Putnam 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.