pacificclimate / pdp

The PCIC Data Portal - Server software to run the entire web application
GNU General Public License v3.0
1 stars 2 forks source link

Replace tilecache.py requests with new tiles URL #298

Closed eyvorchuk closed 9 months ago

eyvorchuk commented 11 months ago

Currently, the downscaled_* and gridded_observations portals make requests to tilecache.py and should instead make requests to a different tiles URL given by https://services.pacificclimate.org/tiles/lite-wgs84. I believe this is a matter of replacing the usage of getNaBaseLayer in canada_ex_map.js and gridded_observations_map.js with getTileBaseLayer, and replacing the TILECACHE_URL environment variable with a TILES_URL variable.