Rename to mapital

This commit is contained in:
lukasmartinelli
2016-09-19 15:06:34 +02:00
parent 9c6eb50343
commit 0cf37e6cd2
10 changed files with 30 additions and 13 deletions

View File

@@ -2,7 +2,7 @@ import { colorizeLayers } from './style.js'
import Immutable from 'immutable'
import style from './style.js'
const storagePrefix = "mapolo"
const storagePrefix = "mapital"
const storageKeys = {
latest: [storagePrefix, 'latest_style'].join(''),
accessToken: [storagePrefix, 'access_token'].join('')