grst / geos

Google Earth Overlay Server - display map overlays in Google Earth
https://grst.github.io/geos
BSD 3-Clause "New" or "Revised" License
42 stars 12 forks source link

Support polygon bounding boxes in mapsources. #1

Closed grst closed 3 years ago

grst commented 7 years ago

For example in the outdooractive germany map we end up having white tiles, as Outdooractive doesn't provide tiles outside Germany. By now, we can only define the bounding box as a rectangle which is not precise enough to capture the boundaries of the map.

Use something like counterclockwise points in the xml:

<region>
    <point><lat>...</lat><lon>...</lon></point>
    <point>...</point>
    ...
</region>