Tagged Questions
1
vote
1answer
89 views
How can I load a single WFS vector feature where the user clicks the map on OpenLayers?
I am creating a web app that allows users to easily edit feature attributes as well as geometry. I have editing working by loading a WFS layer, but it slows the app to a crawl when there's more than a ...
1
vote
2answers
199 views
How to edit using a WFS service, without showing it on the map in OpenLayers?
I have a service with about thousand points. I wish to enable the user to edit the attributes of the features.
Since there are so many points, I don't want to display them as a vector layer (using ...
4
votes
2answers
737 views
How to collect data via WFS and Popup
I have a map with a WFS-Layer and I am able to add Polygons to my data stored in a PostGIS-database, served with Geoserver (Openlayers, Geoserver 2.1.4, PostGIS 2.0 for PostgreSQL 9.1).)
How can I ...
3
votes
2answers
234 views
Design question: what's the role of WFS-T in this kind of webapp?
I have more experience in "traditional" (Java EE) webapp development, and I am trying to figure out a decent design for a mapping web application.
My application has a map, and users can see and edit ...
5
votes
4answers
391 views
How to use OpenLayers for CrowdSourcing/ collect data?
I'm currently making my first steps in OpenLayers, trying to build a page showing a map where people can add data, which is then saved back in our database.
(Background: Mapping of the distribution ...
1
vote
1answer
182 views
GeoServer WFS OpenLayers EditingPanel Problem
I'm trying to use OpenLayers to edit features of vector data served from a local geoserver. So far, I'm able to pull WMS and WFS layers using OpenLayers from the same geoserver. But now, I'd like ...
2
votes
1answer
422 views
OpenLayers DrawFeature override double click
Can anyone explain how I can ovveride the dblclick event when I'm using an OpenLayers.Control.DrawFeature? I see there is parameter in the constructor for handlerOptions - Used to set non-default ...
0
votes
2answers
936 views
GIS Web API - WFS-T Edit
My organization has a asset management application using Google Maps Java API as the GIS viewer. The application does some simple editing/querying on a kml file through html form elements.
Instead ...
2
votes
1answer
478 views
geometryType property of Vector Layers in OpenLayers
ORIGINAL:
I have a couple questions that are focused around the geometryType property with vector layers. When you create a vector layer you can set the geometryType property to limit the geometry ...
