Download outline map of Seyé (geojson format) :
Seyé.geojson (**)
Download polygon array of Seyé map for "Google Maps" :
Seyé.txt
Bounding Box for Seyé Map : ( 20.753924 , -89.45759 , 20.942666 , -89.282379 )
Wikipedia ID for Seyé : Q2588093
Wikipedia SPARQL Query for Seyé (population,elevation,area,lat,long, postal code,licence plate) :
SELECT ?population ?elevation ?area ?latitude ?longitude ?postal_code ?license_plate
WHERE {
OPTIONAL { wd:Q2588093 wdt:P1082 ?population. }
OPTIONAL { wd:Q2588093 wdt:P2044 ?elevation. }
OPTIONAL { wd:Q2588093 wdt:P2046 ?area. }
OPTIONAL { wd:Q2588093 wdt:P281 ?postal_code. }
OPTIONAL { wd:Q2588093 wdt:P395 ?license_plate. }
OPTIONAL {
wd:Q2588093 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 Seyé map
[out:json];
(
relation["boundary"="administrative"]["admin_level"~"5|6|7"](20.753924, -89.45759, 20.942666, -89.282379);
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Get Boundaries from overpass-turbo (OSM) with place name (Seyé)
[out:json];
(
rel["name"="Seyé"][type=boundary];
rel["name:en"="Seyé"][type=boundary];
);
out geom;
Run this query on overpass-turbo (Click RUN button on the opened page!)
Neighborhoods and Villages of Seyé
| Neighborhoods and Villages | Coordinates (Latitude, Longitude) |
| Bacalar | 20.828110 , -89.350870 |
| Blanca Flor | 20.829480 , -89.350720 |
| Bolonixan | 20.896390 , -89.410830 |
| Corazon de Jesus | 20.897510 , -89.362430 |
| Multun-ku | 20.844820 , -89.392640 |
| Nohchan | 20.926990 , -89.373340 |
| Sahcatzin | 20.795830 , -89.383330 |
| San Antonio | 20.854520 , -89.335740 |
| San Bernardino | 20.894410 , -89.398940 |
| San Carlos | 20.848910 , -89.401310 |
| San Francisco | 20.836960 , -89.388870 |
| San Jorge | 20.845380 , -89.349730 |
| San Jose Bacok | 20.802680 , -89.347530 |
| San Julian | 20.840010 , -89.396840 |
| San Mabrisio | 20.821000 , -89.367410 |
| San Pedro | 20.856520 , -89.375110 |
| San Pedro Chuc | 20.850280 , -89.357620 |
| San Salvador | 20.872530 , -89.308680 |
| Santa Maria | 20.856980 , -89.393420 |
| Seyé | 20.836891 , -89.371671 |
| Talao | 20.825890 , -89.399250 |
| Xceus | 20.833330 , -89.366670 |
| Xucu | 20.802680 , -89.313250 |
Notes:
- You can download geometry data for Seyé 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.