mirror of
https://github.com/maputnik/editor.git
synced 2026-08-26 23:17:27 +00:00
Rename to Maputnik
This commit is contained in:
+3
-3
@@ -2,10 +2,10 @@ import { colorizeLayers } from './style.js'
|
||||
import Immutable from 'immutable'
|
||||
import style from './style.js'
|
||||
|
||||
const storagePrefix = "mapital"
|
||||
const storagePrefix = "maputnik"
|
||||
const storageKeys = {
|
||||
latest: [storagePrefix, 'latest_style'].join(''),
|
||||
accessToken: [storagePrefix, 'access_token'].join('')
|
||||
latest: [storagePrefix, 'latest_style'].join(':'),
|
||||
accessToken: [storagePrefix, 'access_token'].join(':')
|
||||
}
|
||||
|
||||
// Empty style is always used if no style could be restored or fetched
|
||||
|
||||
Reference in New Issue
Block a user