San Mateo (Alajuela) Map Cropping Samples
San Mateo (Alajuela) Map Cropping Samples-1
San Mateo (Alajuela) Map Cropping Samples-2
San Mateo neighborhoods and villages map with 3D shadow effect
flag map of San Mateo with 3D shadow effect
San Mateo map with 3d shadow effect
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 : ( 9.906922 , -84.667757 , 10.01494 , -84.451925 )
Wikipedia ID for San Mateo : Q3029861
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:Q3029861 wdt:P1082 ?population. }
OPTIONAL { wd:Q3029861 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3029861 wdt:P2046 ?area. }
OPTIONAL { wd:Q3029861 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3029861 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3029861 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"](9.906922, -84.667757, 10.01494, -84.451925);
);
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) |
Desamparados | 9.947270 , -84.506260 |
Desmonte | 9.958820 , -84.468990 |
Dulce Nombre | 9.985450 , -84.522880 |
Higuito | 9.944980 , -84.548490 |
Jesus Maria | 9.958290 , -84.589260 |
Labrador | 9.946070 , -84.612400 |
Libertad | 9.973450 , -84.490300 |
Maderal | 9.968650 , -84.510400 |
Patio de Agua | 9.947080 , -84.473160 |
San Mateo | 9.936350 , -84.522000 |
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.