Download outline map of Rayón (geojson format) :
Rayón.geojson (**)
Download polygon array of Rayón map for "Google Maps" :
Rayón.txt
Bounding Box for Rayón Map : ( 17.130262 , -93.038609 , 17.238834 , -92.941979 )
Wikipedia ID for Rayón : Q9066806
Wikipedia SPARQL Query for Rayón (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q9066806 wdt:P1082 ?population. }
OPTIONAL { wd:Q9066806 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q9066806 wdt:P2046 ?area. }
OPTIONAL { wd:Q9066806 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q9066806 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q9066806 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 Rayón map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](17.130262, -93.038609, 17.238834, -92.941979);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Rayón)
[out:json];
(
rel["name"="Rayón"][type=boundary];
rel["name:en"="Rayón"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Rayón
Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
Aguacate Pijuy | 17.173330 , -93.012500 |
Anexo las Nubes | 17.205560 , -92.978330 |
Cacate | 17.154720 , -93.009170 |
Cruz Verde | 17.177780 , -92.976390 |
Cumbre de Manzanillo | 17.167500 , -92.972220 |
El Mecatal | 17.186940 , -92.976110 |
El Patio | 17.191670 , -93.011670 |
El Pinabeto | 17.207220 , -92.958890 |
El Vergel | 17.234720 , -93.018890 |
Flor de Maria | 17.228060 , -92.987780 |
Guadalupe Victoria | 17.185830 , -92.988890 |
Jose D. Lopez D. | 17.215560 , -93.017780 |
Jose Dolores Lopez Dominguez | 17.214170 , -93.018330 |
La Union las Lojas | 17.225010 , -92.979640 |
La Union Nueva | 17.221390 , -92.978610 |
Los Dos Hermanos | 17.210000 , -93.009440 |
Manzanillo Pinabeto | 17.187500 , -92.966390 |
Nopalito | 17.210830 , -92.959720 |
Nueva Esperanza (La Providencia) | 17.218060 , -93.011670 |
Nueva Localidad Zoque | 17.206380 , -93.000970 |
Pinareto | 17.206280 , -92.958310 |
Porta Celis | 17.228740 , -92.991750 |
Rayón | 17.199522 , -93.010710 |
Rivera San Antonio | 17.183610 , -92.979720 |
Rivera Union Lajas | 17.228060 , -92.991670 |
San Antonio Canelar | 17.210000 , -92.991670 |
San Miguel | 17.226670 , -93.013890 |
Sebastian Perez Nunez | 17.218330 , -93.001110 |
Notes:
- You can download geometry data for Rayón 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.