Download outline map of Duval (geojson format) :
Duval.geojson (**)
Download polygon array of Duval map for "Google Maps" :
Duval.txt
Bounding Box for Duval Map : ( 30.103748 , -82.049502 , 30.586232 , -81.316712 )
Wikipedia ID for Duval : Q493605
Wikipedia SPARQL Query for Duval (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q493605 wdt:P1082 ?population. }
OPTIONAL { wd:Q493605 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q493605 wdt:P2046 ?area. }
OPTIONAL { wd:Q493605 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q493605 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q493605 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 Duval map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.103748, -82.049502, 30.586232, -81.316712);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Duval)
[out:json];
(
rel["name"="Duval"][type=boundary];
rel["name:en"="Duval"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Duval
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Atlantic Beach | 30.341131 , -81.379705 |
Baldwin | 30.305102 , -81.973671 |
Beauclerc Gardens | 30.199130 , -81.632040 |
Beverly Hills | 30.411070 , -81.707880 |
Biltmore | 30.361070 , -81.729270 |
Biscayne Village | 30.436350 , -81.718710 |
Black Hammock | 30.522460 , -81.480650 |
Cambon | 30.346070 , -81.806210 |
Cary | 30.462740 , -81.784270 |
Cedar Hills Estates | 30.277460 , -81.745380 |
Center Park | 30.290240 , -81.501200 |
College Park | 30.344960 , -81.677870 |
Dewey Park | 30.231910 , -81.702600 |
Donner | 30.336910 , -81.411470 |
Enchanted Park | 30.245800 , -81.770100 |
Grand Park | 30.353020 , -81.699260 |
Harbor View | 30.398290 , -81.715930 |
Highlands | 30.425520 , -81.677880 |
Holiday Hill | 30.304130 , -81.580370 |
Hyde Park | 30.280520 , -81.748710 |
Jacksonville | 30.336988 , -81.660180 |
Jacksonville Beach | 30.279270 , -81.374526 |
Joels Landing | 30.551900 , -81.668710 |
Lake Forest Hills | 30.387740 , -81.676490 |
Lake Park Estates | 30.387460 , -81.693150 |
Magnolia Gardens | 30.377740 , -81.703150 |
Mandeville | 30.329410 , -81.893990 |
Murray Hill | 30.319410 , -81.716210 |
Neptune Beach | 30.316135 , -81.381901 |
Normandy Village | 30.279680 , -81.781210 |
Oak Hill Park | 30.244960 , -81.777880 |
Ortega Farms | 30.252180 , -81.722040 |
Panama Park | 30.384960 , -81.640650 |
Pecan Park | 30.511900 , -81.622600 |
Pickettville | 30.365240 , -81.741490 |
Pineland Gardens | 30.269680 , -81.578420 |
Plummer | 30.443850 , -81.807600 |
Ribault Manor | 30.395240 , -81.703150 |
Riverview | 30.406070 , -81.687320 |
Tulane | 30.364130 , -81.943440 |
West Jacksonville | 30.340240 , -81.722320 |
Notes:
- You can download geometry data for Duval 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.