planetfederal / GeoExplorer

Notice: This application has been folded into the OpenGeo Suite repository
https://github.com/opengeo/suite/blob/dev/geoexplorer/README.md
BSD 3-Clause "New" or "Revised" License
78 stars 60 forks source link

Select fields in the SQLITE database to get visible during WMS Identify #24

Closed Geoneer closed 12 years ago

Geoneer commented 12 years ago

I'm addin gnew feature. (See above).

How to save an array list of fieldnames of a dataset in de Geoexplorer.db?

Is there some documentation about how to set up the connection to the serverside stored Geoexplorer.db?

Thanks in advance!

Richard Zijlstra Geoneer

Geoneer commented 12 years ago

I did put a new parameter in de configStr for the layer: .fields_visible. I did put all the fieldnames in this param, and store the hole state of the map in de config field.

I was quite easy... now testing...