Alpine (California) Map Cropping Samples
Alpine (California) Map Cropping Samples-1
Alpine (California) Map Cropping Samples-2
Alpine neighborhoods and villages map with 3D shadow effect
flag map of Alpine with 3D shadow effect
Alpine map with 3d shadow effect
Download outline map of Alpine (geojson format) :
Alpine.geojson (**)
Download polygon array of Alpine map for "Google Maps" :
Alpine.txt
Bounding Box for Alpine Map : ( 38.32688 , -120.073331 , 38.933324 , -119.542332 )
Wikipedia ID for Alpine : Q108077
Wikipedia SPARQL Query for Alpine (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q108077 wdt:P1082 ?population. }
OPTIONAL { wd:Q108077 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q108077 wdt:P2046 ?area. }
OPTIONAL { wd:Q108077 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q108077 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q108077 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 Alpine map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](38.32688, -120.073331, 38.933324, -119.542332);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Alpine)
[out:json];
(
rel["name"="Alpine"][type=boundary];
rel["name:en"="Alpine"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Alpine
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Alpine Village | 38.785530 , -119.800887 |
Bear Valley | 38.472162 , -120.049146 |
Cape Horn | 38.490740 , -119.966850 |
Crystal Springs | 38.762650 , -119.750118 |
Emigrant Trail | 38.468136 , -120.006623 |
Frederickburg | 38.828790 , -119.786840 |
Iron Mountain | 38.670927 , -119.997670 |
Kirkwood | 38.693005 , -120.064046 |
Lake Alpine | 38.478520 , -120.003800 |
Loope | 38.665180 , -119.696010 |
Marklee Village | 38.689630 , -119.798230 |
Markleeville | 38.684001 , -119.822737 |
Mesa Vista | 38.810288 , -119.803264 |
Paynesville | 38.809070 , -119.779340 |
Peaceful Pines | 38.406020 , -119.789340 |
Shay Creek Summer Home Area | 38.694070 , -119.833790 |
Sorensens | 38.774350 , -119.902960 |
Woodfords | 38.777680 , -119.821840 |
Notes:
- You can download geometry data for Alpine 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.