v1.0.12
What's new?
- ADD a new language flag
Language.STYLE_LOCKto force keep the language from the style and prevent any further update. It can be at a single map instance level (via constructor optionlanguage) 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 whilelatinis less frequent).