Tagged Questions
1
vote
2answers
100 views
Load information about a feature
I must mention first of all that I am very new to this area... I am developing a GIS application. I created a simple map using geoserver with openlayers, it is all working through apache tomcat - and ...
7
votes
3answers
903 views
Suggestion about the database to be used with OpenLayers
Can anyone suggest me which database to be used with OpenLayers? I have to store the values in a DB table and retrieve them (trivial tasks). which is better MySQL or PostGIS? Can anybody give benefits ...
1
vote
2answers
605 views
Apply Database based Rules to Openlayers
im trying to apply rules, where the data is fetched from an external database.
This is my code:
// create a new style and add rules
var defStyle = new OpenLayers.Style({
...