Hi there,
I have basics of my wanted functionality running but now I am stuck with following problems:
- there is some “autoZoom” when adding a new layer that I want to get rid as there is .ZoomToLayer() if needed
- somehow I get “0” as layerHandle for every layer I add. At the moment I first load a .shp from file, then some polygons from database, followed by a point from given coordinates; all returning with 0 for layerHandle on addLayer().
please advise