Download outline map of Solano (geojson format) :
Solano.geojson (**)
Download polygon array of Solano map for "Google Maps" :
Solano.txt
Bounding Box for Solano Map : ( 38.031721 , -122.40699 , 38.53905 , -121.593273 )
Wikipedia ID for Solano : Q108083
Wikipedia SPARQL Query for Solano (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q108083 wdt:P1082 ?population. }
OPTIONAL { wd:Q108083 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q108083 wdt:P2046 ?area. }
OPTIONAL { wd:Q108083 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q108083 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q108083 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 Solano map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.031721, -122.40699, 38.53905, -121.593273);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Solano)
[out:json];
(
rel["name"="Solano"][type=boundary];
rel["name:en"="Solano"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Solano
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Allendale | 38.442659 , -121.981411 |
Batavia | 38.406300 , -121.859690 |
Benicia | 38.070391 , -122.154173 |
Binghamton | 38.351300 , -121.822740 |
Birds Landing | 38.132700 , -121.870790 |
Bucktown | 38.390740 , -122.024130 |
Cannon | 38.304360 , -121.947190 |
Clima | 38.249360 , -122.071630 |
Collinsville | 38.076860 , -121.849960 |
Cordelia | 38.210470 , -122.135800 |
Cordero Junction | 38.287690 , -121.954410 |
Creed | 38.243250 , -121.855240 |
Cygnus | 38.152690 , -122.089130 |
Danielson | 38.238250 , -122.104970 |
Denverton | 38.224640 , -121.897460 |
Dixon | 38.446652 , -121.824947 |
Dozier | 38.285470 , -121.816630 |
Dutton | 38.076030 , -121.883290 |
Elmira | 38.352328 , -121.907720 |
Fairfield | 38.255845 , -122.039303 |
Five Points | 38.290750 , -121.644400 |
Green Valley | 38.260787 , -122.162393 |
Hartley | 38.420239 , -121.952322 |
Jacksnipe | 38.192690 , -122.068020 |
Mankas Corner | 38.286300 , -122.106910 |
Meins Landing | 38.139640 , -121.907180 |
Molena | 38.125750 , -121.876630 |
Montezuma | 38.090470 , -121.872740 |
Newtown | 38.168810 , -121.680230 |
Nut Tree | 38.427201 , -122.035188 |
Olcott | 38.277140 , -121.824130 |
Oxford | 38.307130 , -121.620790 |
Pierce | 38.125470 , -122.100520 |
Rio Vista | 38.176145 , -121.703365 |
Rio Vista Junction | 38.206030 , -121.875240 |
Rockville | 38.244080 , -122.122190 |
Russell | 38.238800 , -122.095800 |
Spoonbill | 38.060480 , -121.903850 |
Sucro | 38.469630 , -121.804680 |
Suisun City | 38.247118 , -122.008525 |
Teal | 38.173250 , -122.078860 |
Thomasson | 38.217140 , -122.107470 |
Toland Landing | 38.088250 , -121.751340 |
Vacaville | 38.359781 , -121.969010 |
Vacaville Junction | 38.295470 , -121.965240 |
Vale | 38.320190 , -121.785510 |
Vallejo | 38.107945 , -122.264316 |
Vanden | 38.270801 , -121.948242 |
Willota | 38.244360 , -122.106910 |
Woodward | 38.311020 , -121.644120 |
Yolano | 38.410190 , -121.705510 |
Notes:
- You can download geometry data for Solano 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.