egovamap 0.35.1 → 0.35.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -206,6 +206,12 @@ var EGovaMobileMap = function ($container, pScene, prefix, gisParams, mapConfig,
206
206
  serverURL: context.gisServerURL,
207
207
  configName: mapConfig.config,
208
208
  }
209
+ var contextOptions = context.options;
210
+ if(contextOptions && typeof contextOptions === "object") {
211
+ for (var key in contextOptions) {
212
+ params[key] = contextOptions[key];
213
+ }
214
+ }
209
215
  if (!window.eMapList) {
210
216
  window.eMapList = {};
211
217
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "egovamap",
3
- "version": "0.35.1",
3
+ "version": "0.35.2",
4
4
  "description": "eUrbanGIS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {