|
page
|
|
|
Hello,
i have a ASP.Net Application Project. I load some data from a Sql-Server 2008 Database and create a shape-layer for each new info-part of the DB (tour x own layer, poi's own layer ...) on server-side and add the layer to the map or toggle the visible-prop of the layer (if already loaded).
On the local ASP.Net Dev-Server all is ok, but if i try it on our test-server on the internet, no layers are included in the map.
In result: The main-map is loaded and visualized, the load of data from the db is ok (i have a grid under the map, where i show some infos like title and description). But the new layer is not added to the collection (Layer[0] exsist but no others).
Any solution for this problem??
|
|
|
|
Chris Pietschmann
|
|
This may be a little difficult to troubleshoot since it works in dev, but not on your test server. Do you have some example code you could post that exhibits this behavior?
|
|
|