Download outline map of San Juan (geojson format) :
San Juan.geojson (**)
Download polygon array of San Juan map for "Google Maps" :
San Juan.txt
Bounding Box for San Juan Map : ( 48.28431 , -123.274009 , 48.831338 , -122.693476 )
Wikipedia ID for San Juan : Q484146
Wikipedia SPARQL Query for San Juan (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q484146 wdt:P1082 ?population. }
OPTIONAL { wd:Q484146 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q484146 wdt:P2046 ?area. }
OPTIONAL { wd:Q484146 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q484146 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q484146 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 San Juan map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](48.28431, -123.274009, 48.831338, -122.693476);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (San Juan)
[out:json];
(
rel["name"="San Juan"][type=boundary];
rel["name:en"="San Juan"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of San Juan
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Argyle | 48.514540 , -123.019620 |
Beach Haven | 48.692050 , -122.950740 |
Blakely Island | 48.583080 , -122.812401 |
Buckhorn | 48.706490 , -122.869350 |
Camp Orkila | 48.701220 , -122.941850 |
Decatur | 48.500380 , -122.819620 |
Deer Harbor | 48.616455 , -123.005676 |
Doe Bay | 48.641220 , -122.781010 |
Dolphin | 48.651490 , -122.909350 |
Eastsound | 48.696770 , -122.905460 |
Friday Harbor | 48.532404 , -123.065542 |
Islandale | 48.446210 , -122.857680 |
Lakedale | 48.572320 , -123.084070 |
Lopez Island | 48.522033 , -122.914459 |
Olga | 48.619550 , -122.835460 |
Orcas | 48.597880 , -122.944630 |
Port Stanley | 48.540380 , -122.871850 |
Prevost | 48.683990 , -123.211300 |
Richardson | 48.451490 , -122.898790 |
Roche Harbor | 48.609820 , -123.148800 |
Rosario | 48.648710 , -122.876020 |
Sea Acre | 48.652330 , -122.756850 |
Shaw Island | 48.584270 , -122.929070 |
Shaw Island | 48.573260 , -122.960960 |
Thatcher | 48.554820 , -122.818790 |
Waldron | 48.687600 , -123.036850 |
West Beach | 48.687330 , -122.957680 |
West Sound | 48.631210 , -122.956290 |
Yacht Haven | 48.585100 , -123.168240 |
Notes:
- You can download geometry data for San Juan 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.