Hamilton (Florida) Map Cropping Samples
Hamilton (Florida) Map Cropping Samples-1
Hamilton (Florida) Map Cropping Samples-2
Hamilton neighborhoods and villages map with 3D shadow effect
flag map of Hamilton with 3D shadow effect
Hamilton map with 3d shadow effect
Download outline map of Hamilton (geojson format) :
Hamilton.geojson (**)
Download polygon array of Hamilton map for "Google Maps" :
Hamilton.txt
Bounding Box for Hamilton Map : ( 30.317369 , -83.309573 , 30.634406 , -82.645478 )
Wikipedia ID for Hamilton : Q257311
Wikipedia SPARQL Query for Hamilton (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q257311 wdt:P1082 ?population. }
OPTIONAL { wd:Q257311 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q257311 wdt:P2046 ?area. }
OPTIONAL { wd:Q257311 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q257311 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q257311 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 Hamilton map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.317369, -83.309573, 30.634406, -82.645478);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Hamilton)
[out:json];
(
rel["name"="Hamilton"][type=boundary];
rel["name:en"="Hamilton"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Hamilton
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Avoca | 30.577990 , -83.026800 |
Bakers Mill | 30.579660 , -82.939300 |
Bellville | 30.597800 , -83.258570 |
Belmont | 30.498270 , -82.750690 |
Blacks Still | 30.466890 , -82.802080 |
Blue Springs | 30.486600 , -83.219860 |
Camps Still | 30.432440 , -82.867080 |
Cypress Creek | 30.573550 , -82.794020 |
Facil | 30.365780 , -82.791520 |
Genoa | 30.400500 , -82.834850 |
Hillcoat | 30.472440 , -82.909020 |
Jasper | 30.508666 , -82.954013 |
Jennings | 30.598111 , -83.107638 |
Kennedy Still | 30.544660 , -82.887360 |
Long Branch | 30.372720 , -82.693180 |
Marion | 30.441330 , -82.946520 |
Octahatchee | 30.579380 , -83.190420 |
Purvis Still | 30.428280 , -82.760410 |
Rawls | 30.548270 , -82.978190 |
Watson | 30.589660 , -82.724300 |
West Lake | 30.502990 , -83.114580 |
White Springs | 30.331772 , -82.756360 |
Notes:
- You can download geometry data for Hamilton 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.