You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We might want to investigate the use of a third-party hosting service for map tiles in case the current provider stops hosting them, although as long as it continues to work, it makes sense to use them (and the Cloudflare cache).
The text was updated successfully, but these errors were encountered:
base tile server. The version we are currently serving uses openstreetmaps tiles, whereas the old version used mapbox tiles (with an API key). It would be pretty straightforward to revert back to the mapbox method -- we'd just have to use the production build pipeline and provide a key. This might be necessary if the proejct is successful and starts to see heavy usage.
CEJST custom tile server. Currently we just use the department of the interior CDN. We could either copy those directories to our own AWS (or other) location, or alternatively I think both @willf and I have successfully built all the assets using the existing data pipeline. so we could copy the relevant folder (which is just a couple of gigs) to that new location instead. In either case, I think there's an env variable for the base URL for all assets.
We might want to investigate the use of a third-party hosting service for map tiles in case the current provider stops hosting them, although as long as it continues to work, it makes sense to use them (and the Cloudflare cache).
The text was updated successfully, but these errors were encountered: