Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 2.12 KB

MIGRATION_GUIDE.md

File metadata and controls

46 lines (33 loc) · 2.12 KB

Migrating from MapCache 1.12 to 1.14

  • This is a security release, to handle a string formatting injection vulnerability, and includes other changes. No backward compatibility issue is expected. See MapCache 1.14 Changelog.

Migrating from MapCache 1.10 to 1.12

  • No backward compatibility issue is expected. See MapCache 1.12 Changelog for a list of bug fixes and new features.

Migrating from MapCache 1.8 to 1.10

  • No backward compatibility issue is expected. See MapCache 1.10 Changelog for a list of bug fixes and new features.

Migrating from MapCache 1.6 to 1.8

  • <dimensions type="time" ...>...SQL should be replaced by <dimensions type="time" ...>...<validate_query>SQL</validate_query><list_query>...</list_query> or <dimensions type="sqlite" time="true" ...>...<validate_query>SQL</validate_query><list_query>...</list_query> (see RFC-121 for full examples)

Migrating from MapCache 1.4 to 1.6

  • The tileset child has been removed. Time dimensions are now added with

  • <dimension type="values" ...>val1,val2,val3 should be replaced by val1val2val3

  • ... should be replaced by <case_sensitive>true</case_sensitive>....

  • <dimension type="regex" ...>^abc$ should be replaced by ^abc$

  • <dimension ... assembly="stack">... should be replaced by <assembly_type>stack</assembly_type><dimension ...>....