Bradford (Florida) Map Cropping Samples
Bradford (Florida) Map Cropping Samples-1
Bradford (Florida) Map Cropping Samples-2
Bradford neighborhoods and villages map with 3D shadow effect
flag map of Bradford with 3D shadow effect
Bradford map with 3d shadow effect
Download outline map of Bradford (geojson format) :
Bradford.geojson (**)
Download polygon array of Bradford map for "Google Maps" :
Bradford.txt
Bounding Box for Bradford Map : ( 29.718232 , -82.418728 , 30.14324 , -82.046112 )
Wikipedia ID for Bradford : Q156577
Wikipedia SPARQL Query for Bradford (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q156577 wdt:P1082 ?population. }
OPTIONAL { wd:Q156577 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q156577 wdt:P2046 ?area. }
OPTIONAL { wd:Q156577 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q156577 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q156577 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 Bradford map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.718232, -82.418728, 30.14324, -82.046112);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Bradford)
[out:json];
(
rel["name"="Bradford"][type=boundary];
rel["name:en"="Bradford"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Bradford
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Brooker | 29.887710 , -82.332890 |
Clayno | 29.906350 , -82.250110 |
Graham | 29.860240 , -82.218440 |
Hampton | 29.864230 , -82.138019 |
Hampton Beach | 29.871630 , -82.166770 |
Heilbronn | 30.019130 , -82.150660 |
Lawtey | 30.047451 , -82.072123 |
New River | 29.961070 , -82.265390 |
Pleasant Grove | 29.974680 , -82.143160 |
Sampson | 29.916630 , -82.207880 |
Saxton | 30.011910 , -82.083440 |
Starke | 29.947437 , -82.113000 |
Theressa | 29.835240 , -82.070660 |
Notes:
- You can download geometry data for Bradford 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.