|
|
@@ -7,6 +7,7 @@ import {View} from 'ol';
|
|
|
import {get as getProjection, transform} from 'ol/proj';
|
|
|
import {register} from 'ol/proj/proj4';
|
|
|
|
|
|
+import env from './env.config.json';
|
|
|
import i18n from './translations.json';
|
|
|
|
|
|
proj4.defs(
|
|
|
@@ -177,6 +178,7 @@ export const krajeLayer = new VectorLayer({
|
|
|
|
|
|
export const AppConfig = {
|
|
|
//proxyPrefix: '../8085/',
|
|
|
+ geonamesUser: env.geonamesUser,
|
|
|
default_layers: [osmLayer],
|
|
|
popUpDisplay: 'hover',
|
|
|
project_name: 'erra/map',
|