cmndrbensisko / LocalLayer

The LocalLayer Widget for ArcGIS Web AppBuilder is intended to allow the direct addition of ArcGIS for Server Mapservices to an ArcGIS Web AppBuilder application, without needing to wrap the desired services in an ArcGIS Online/Portal Web Map.
MIT License
55 stars 26 forks source link

Problem with marker querystring parameter when 2.5 dev app includes LocalLayer widget #62

Open aventham opened 6 years ago

aventham commented 6 years ago

The "center" parameter is working fine, but it doesn't seem to like me feeding it the same information (x,y,wkid) as a "marker" value. The marker graphic itself is created, but something (I'm struggling to trap exactly what) errors immediately afterwards.

aventham commented 6 years ago

---UPDATE---

Commenting out line 212 of MapManager.js - MapUrlParamsHandler.postProcessUrlParams(this.urlParams, map);