Rename to Maputnik

This commit is contained in:
lukasmartinelli
2016-09-20 13:51:54 +02:00
parent 8441c562ce
commit adc00138a8
8 changed files with 19 additions and 19 deletions
+3 -3
View File
@@ -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