geoadmin / mf-chsdi3

api3.geo.admin.ch source code
https://api3.geo.admin.ch
Other
33 stars 15 forks source link

National map(s) with old timestamps #123

Closed gjn closed 11 years ago

gjn commented 11 years ago

Our layerconfig service returns old timestamps for certain layers. The layer I verified is ch.swisstopo.pixelkarte-farbe-pk25.noscale, where the most recent timestamp is 20111231, but in chsdi2 layers.js file, we have 20130903.

This means we have newer tiles in old application. This is probably a missing configuration in our db.

I suspect other layers to have the same problems (verified pk50).

This also leads to a bug in geoadmin3, which I will describe soon.

cedricmoullet commented 11 years ago

This is due to the fact that the layer formats are not compaible (png/jpeg). For the go live, we'll show only the historical maps

gjn commented 11 years ago

But this is quite ugly. Please see https://github.com/geoadmin/mf-geoadmin3/issues/579

gjn commented 11 years ago

Make it an aggregate layer?

cedricmoullet commented 11 years ago

I would say no.

loicgasser commented 11 years ago

solved