Download outline map of Santa Rosa (geojson format) :
Santa Rosa.geojson (**)
Download polygon array of Santa Rosa map for "Google Maps" :
Santa Rosa.txt
Bounding Box for Santa Rosa Map : ( 30.318724 , -87.313908 , 30.999547 , -86.785692 )
Wikipedia ID for Santa Rosa : Q494500
Wikipedia SPARQL Query for Santa Rosa (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q494500 wdt:P1082 ?population. }
OPTIONAL { wd:Q494500 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q494500 wdt:P2046 ?area. }
OPTIONAL { wd:Q494500 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q494500 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q494500 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 Santa Rosa map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](30.318724, -87.313908, 30.999547, -86.785692);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Santa Rosa)
[out:json];
(
rel["name"="Santa Rosa"][type=boundary];
rel["name:en"="Santa Rosa"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Santa Rosa
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Allentown | 30.773670 , -87.080780 |
| Avalon | 30.536573 , -87.100834 |
| Avalon Beach | 30.530200 , -87.101630 |
| Avalon Mulat Census Designated Place | 30.532620 , -87.093570 |
| Bagdad | 30.582394 , -87.044661 |
| Belandville | 30.981850 , -86.848850 |
| Berrydale | 30.898163 , -87.035045 |
| Brownsdale | 30.885943 , -87.221760 |
| Broxson | 30.567690 , -86.921910 |
| Chumuckla | 30.782606 , -87.230967 |
| Chumuckla Springs | 30.833800 , -87.296090 |
| Cobbtown | 30.882309 , -87.121156 |
| Dickerson City | 30.482620 , -87.065034 |
| Dixonville | 30.986429 , -87.041568 |
| East Milton | 30.617482 , -86.963636 |
| Fidelis | 30.934319 , -87.024533 |
| Floridale | 30.681580 , -86.836900 |
| Floridatown | 30.582788 , -87.161334 |
| Galt City | 30.589360 , -87.058020 |
| Garcon Point | 30.475847 , -87.089999 |
| Gulf Breeze | 30.368476 , -87.176884 |
| Harold | 30.677185 , -86.830948 |
| Harp | 30.560470 , -87.108020 |
| Harper | 30.445480 , -86.879130 |
| Holley | 30.454073 , -86.903650 |
| Holley Navarre Census Designated Place | 30.425230 , -86.891880 |
| Indian Ford | 30.713520 , -86.923850 |
| Jay | 30.950306 , -87.152207 |
| McLellan | 30.986570 , -86.886350 |
| Midway | 30.413825 , -87.026014 |
| Milton | 30.628616 , -87.052132 |
| Mineral Springs | 30.832690 , -87.295810 |
| Mount Carmel | 30.986766 , -87.121022 |
| Muddy Ford | 30.459640 , -86.894960 |
| Mulat | 30.559502 , -87.129755 |
| Munson | 30.841800 , -86.887027 |
| Navarre | 30.417364 , -86.890844 |
| Navarre Beach | 30.380986 , -86.887260 |
| Oriole Beach | 30.368726 , -87.096236 |
| Pace | 30.618755 , -87.166720 |
| Parkerville | 30.624080 , -86.848290 |
| Pea Ridge | 30.602914 , -87.102198 |
| Pine Bluff | 30.559640 , -86.978300 |
| Pine Level | 30.888700 , -87.168681 |
| Point Baker | 30.684672 , -87.052410 |
| Roeville | 30.683773 , -86.993943 |
| Santa Maria | 30.949630 , -86.835240 |
| Sellersville | 30.991850 , -86.928020 |
| Simmons Crossing | 30.914070 , -86.964410 |
| Springhill | 30.756596 , -86.932932 |
| Tiger Point | 30.377544 , -87.057862 |
| Wallace | 30.674628 , -87.199626 |
| Ward Basin | 30.585190 , -86.996910 |
| Whitfield | 30.878717 , -87.061332 |
| Woodlawn Beach | 30.386089 , -86.993169 |
Notes:
- You can download geometry data for Santa Rosa 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.