Download outline map of Matina (geojson format) :
Matina.geojson (**)
Download polygon array of Matina map for "Google Maps" :
Matina.txt
Bounding Box for Matina Map : ( 9.797704 , -83.467849 , 10.223784 , -83.150845 )
Wikipedia ID for Matina : Q3851882
Wikipedia SPARQL Query for Matina (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q3851882 wdt:P1082 ?population. }
OPTIONAL { wd:Q3851882 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q3851882 wdt:P2046 ?area. }
OPTIONAL { wd:Q3851882 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q3851882 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q3851882 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 Matina map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](9.797704, -83.467849, 10.223784, -83.150845);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Matina)
[out:json];
(
rel["name"="Matina"][type=boundary];
rel["name:en"="Matina"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Matina
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Barmouth Oeste | 10.127990 , -83.230780 |
Batán | 10.084440 , -83.341000 |
Boston | 10.016230 , -83.253880 |
Bristol | 10.028870 , -83.303880 |
Catorce Millas | 10.073390 , -83.194680 |
Chirripo | 9.972280 , -83.300110 |
Corina | 9.995240 , -83.315440 |
Cuatro Millas | 10.105930 , -83.256170 |
Estrada | 10.060310 , -83.279820 |
Goschen | 10.143550 , -83.325910 |
Larga Distancia | 10.035960 , -83.195280 |
Linea B | 10.050000 , -83.316670 |
Lola | 10.094910 , -83.389490 |
Maravilla | 10.022780 , -83.211190 |
Margarita | 10.081900 , -83.322510 |
Parcelas | 10.099180 , -83.341940 |
Peje | 9.950000 , -83.250000 |
Quebrada Cuba | 10.016670 , -83.233330 |
Saborio | 10.063430 , -83.235310 |
San Miguel | 10.036430 , -83.331440 |
Santa Marta | 10.121780 , -83.318140 |
Sara | 10.136060 , -83.355950 |
Stafford | 10.025100 , -83.276150 |
Strafford | 10.029710 , -83.259590 |
Swamp Mouth | 10.075860 , -83.161270 |
Toro | 10.010650 , -83.215480 |
Veintiocho Millas | 10.092920 , -83.373530 |
Venecia | 10.027640 , -83.243320 |
Victoria | 9.971230 , -83.278710 |
Waldeck | 10.100000 , -83.380000 |
Zent | 10.028820 , -83.276280 |
Notes:
- You can download geometry data for Matina 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.