Download outline map of St. Johns (geojson format) :
St. Johns.geojson (**)
Download polygon array of St. Johns map for "Google Maps" :
St. Johns.txt
Bounding Box for St. Johns Map : ( 29.622432 , -81.690469 , 30.252941 , -81.150817 )
Wikipedia ID for St. Johns : Q494471
Wikipedia SPARQL Query for St. Johns (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q494471 wdt:P1082 ?population. }
OPTIONAL { wd:Q494471 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q494471 wdt:P2046 ?area. }
OPTIONAL { wd:Q494471 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q494471 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q494471 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 St. Johns map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](29.622432, -81.690469, 30.252941, -81.150817);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (St. Johns)
[out:json];
(
rel["name"="St. Johns"][type=boundary];
rel["name:en"="St. Johns"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of St. Johns
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Araquey | 29.946360 , -81.337300 |
| Armstrong | 29.762190 , -81.447850 |
| Bakersville | 29.906080 , -81.491190 |
| Bass Haven | 29.927190 , -81.584810 |
| Blacks Ford | 30.047190 , -81.560360 |
| Butler Beach | 29.797962 , -81.265292 |
| Byrd | 29.677750 , -81.460910 |
| Casa Cola | 29.972190 , -81.346190 |
| College Park | 29.883300 , -81.352850 |
| Crescent Beach | 29.734972 , -81.241137 |
| Dupont Center | 29.756360 , -81.313130 |
| Durbin | 30.087470 , -81.461190 |
| El Rey Residential Court | 29.915400 , -81.338800 |
| Elkton | 29.783020 , -81.425910 |
| Elwood | 29.998850 , -81.543140 |
| Flagler Estates | 29.644139 , -81.456991 |
| Florence | 29.990240 , -81.577310 |
| Fort Matanzas | 29.714970 , -81.238680 |
| Fort Peyton | 29.826640 , -81.354240 |
| Fruit Cove | 30.097258 , -81.617564 |
| Gopher Ridge | 29.665250 , -81.414240 |
| Hastings | 29.710435 , -81.510151 |
| Hilden | 30.065800 , -81.440080 |
| Lane Landing | 29.857470 , -81.552860 |
| Meldrim Park | 29.886910 , -81.561190 |
| Mickler Landing | 30.161630 , -81.355910 |
| Molasses Junction | 29.851080 , -81.493690 |
| Moultrie | 29.820250 , -81.322570 |
| Moultrie Junction | 29.891360 , -81.334520 |
| Nocatee | 30.091756 , -81.409699 |
| Orangedale | 30.008580 , -81.613140 |
| Palm Valley | 30.201158 , -81.394813 |
| Palm Valley Landing | 30.175800 , -81.400360 |
| Palmo | 29.966350 , -81.567310 |
| Picolata | 29.914970 , -81.592860 |
| Pine Bluff | 30.124410 , -81.585920 |
| Ponte Vedra | 30.227460 , -81.380080 |
| Ponte Vedra Beach | 30.239690 , -81.385640 |
| Riverdale | 29.821630 , -81.551750 |
| Sampson | 30.064690 , -81.501750 |
| Sawgrass | 30.189763 , -81.370194 |
| Saybrook | 29.775800 , -81.334790 |
| South Ponte Vedra Beach | 30.022470 , -81.323690 |
| Spuds | 29.739690 , -81.471470 |
| St. Augustine | 29.897904 , -81.309987 |
| St. Augustine Beach | 29.841340 , -81.271327 |
| St. Augustine Shores | 29.803813 , -81.308644 |
| St. Augustine South | 29.844910 , -81.315597 |
| Summer Haven | 29.699140 , -81.223400 |
| Switzerland | 30.076070 , -81.647310 |
| Tocoi | 29.844970 , -81.557860 |
| Twentymile | 30.126630 , -81.421750 |
| Usina Beach | 29.953020 , -81.304520 |
| Vermont Heights | 29.810250 , -81.397020 |
| Villano Beach | 29.935443 , -81.301963 |
| Wesley Manor Retirement Village | 30.127190 , -81.623700 |
| Whites Ford | 30.026080 , -81.524810 |
| World Golf Village | 29.965310 , -81.489834 |
Notes:
- You can download geometry data for St. Johns 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.