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

Avoid CORS blocking #26

Closed nono303 closed 4 years ago

nono303 commented 4 years ago

change crossOrigin from 'anonymous' to null (see https://help.openstreetmap.org/questions/38308/osm-tile-server-how-to-enable-cors)

Closes #25

grst commented 4 years ago

Thanks!