Skip to content

v1.0.12

Choose a tag to compare

@jonathanlurie jonathanlurie released this 03 May 14:39
· 225 commits to main since this release
81a23bf

What's new?

  • ADD a new language flag Language.STYLE_LOCK to force keep the language from the style and prevent any further update. It can be at a single map instance level (via constructor option language) or via global config (config.primaryLanguage)
  • FIX the fallback language was {name:latin}, it is now replaced by {name}, which is for the local name (present by default for many places while latin is less frequent).