3
votes
2answers
877 views

Is there a Web app for building GeoExt tree configurations?

I have a GeoExt application and looking for approaches for building tree configuration (in JSON format). Now tree configuration is made manually and looks like: var treeConfig = new ...
4
votes
1answer
917 views

Definition of a BBOX in Web GIS

In my practice I use a lot WMS and WFS in Geoserver. I have not found a document describing the concept of a bounding box(bbox). ArcGIS has map extent properties to identify map boundary. Google ...
3
votes
2answers
1k views

Using WFS Layer as a baselayer

I've looked around the net and I've looked for examples, but I just can't seem to find a way to make a WFS layer be the baselayer. I set up the projection the right way and I set isBaseLayer: true . ...
4
votes
3answers
234 views

With just a web browser we want our field staff to collaboratively make complex maps with secured private data--looking for options?

Simple Question With just a web browser we want our field staff to collaboratively make complex maps with secured private data. What are our options? Note: Please provide specific product examples ...
3
votes
1answer
423 views

Is there a Java library to load data from a WFS server?

I am writing a java client to display remote GIS data. I want to load data provided in GML by a WFS server. Do you know a java library I could use for that?