Download outline map of San Mateo (geojson format) :
San Mateo.geojson (**)
Download polygon array of San Mateo map for "Google Maps" :
San Mateo.txt
Bounding Box for San Mateo Map : ( 37.053858 , -122.588177 , 37.708431 , -122.081473 )
Wikipedia ID for San Mateo : Q108101
Wikipedia SPARQL Query for San Mateo (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q108101 wdt:P1082 ?population. }
OPTIONAL { wd:Q108101 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q108101 wdt:P2046 ?area. }
OPTIONAL { wd:Q108101 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q108101 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q108101 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 Mateo map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](37.053858, -122.588177, 37.708431, -122.081473);
);
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 Mateo)
[out:json];
(
rel["name"="San Mateo"][type=boundary];
rel["name:en"="San Mateo"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of San Mateo
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Atherton | 37.453852 , -122.203190 |
Bellvale | 37.311890 , -122.321080 |
Belmont | 37.515370 , -122.295622 |
Brisbane | 37.689718 , -122.340015 |
Broadmoor | 37.691403 , -122.481094 |
Broadmoor Village | 37.689930 , -122.481080 |
Burlingame | 37.589416 , -122.363075 |
Butano Park | 37.233280 , -122.327190 |
Colma | 37.676690 , -122.452683 |
Daly City | 37.686263 , -122.468460 |
East Palo Alto | 37.467081 , -122.134672 |
El Granada | 37.514246 , -122.465149 |
Emerald Lake | 37.466600 , -122.263020 |
Emerald Lake Hills | 37.466122 , -122.267560 |
Foster City | 37.579135 , -122.238756 |
Grabtown | 37.422160 , -122.343860 |
Half Moon Bay | 37.468695 , -122.438124 |
Highlands-Baywood Park | 37.522645 , -122.344766 |
Hillsborough | 37.557242 , -122.358697 |
La Honda | 37.318190 , -122.265088 |
Ladera | 37.399600 , -122.199097 |
Lloyden Park | 37.465830 , -122.203060 |
Lobitos | 37.383000 , -122.400250 |
Loma Mar | 37.265798 , -122.300685 |
Los Trancos Woods | 37.349390 , -122.199410 |
Martins Beach | 37.374940 , -122.408030 |
Menlo Park | 37.480314 , -122.148881 |
Millbrae | 37.599370 , -122.402248 |
Miramar | 37.493000 , -122.456640 |
Montara | 37.548258 , -122.492367 |
Moss Beach | 37.518375 , -122.503483 |
North Fair Oaks | 37.475374 , -122.203439 |
Pacifica | 37.611148 , -122.478043 |
Palomar Park | 37.481600 , -122.264410 |
Pescadero | 37.250752 , -122.372519 |
Portola Valley | 37.371360 , -122.220299 |
Princeton | 37.504940 , -122.486920 |
Princeton by the Sea | 37.502882 , -122.485134 |
Redwood City | 37.517494 , -122.211195 |
Redwood Terrace | 37.314660 , -122.294970 |
San Bruno | 37.625402 , -122.431340 |
San Carlos | 37.498198 , -122.267993 |
San Gregorio | 37.327170 , -122.386640 |
San Mateo | 37.560358 , -122.311054 |
Seal Cove | 37.519110 , -122.512760 |
Sky Londa | 37.383550 , -122.262750 |
South San Francisco | 37.652741 , -122.343355 |
Vista Verde | 37.336890 , -122.194130 |
West Menlo Park | 37.433790 , -122.203421 |
Woodside | 37.422159 , -122.259085 |
Notes:
- You can download geometry data for San Mateo 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.