History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: GEOS-308
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Gabriel Roldán
Reporter: Gabriel Roldán
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
GeoServer

Add Geoserver/Mapbuilder interoperability demos

Created: 14/Mar/05 04:50 AM   Updated: 14/Mar/05 07:17 AM
Component/s: WMS
Affects Version/s: 1.3.0-beta
Fix Version/s: 1.3.0-beta

Time Tracking:
Not Specified

Issue Links:
Supercedes


 Description  « Hide
Geoserver WMS keeps improving and it seems as a good time to roll in some WMS client demos showing geoserver interoprating with an external WMS client, as Mapbuilder.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Gabriel Roldán - 14/Mar/05 04:52 AM
there are a working WMS-WFS-T sample over the Tasmania shapefiles from Cameron Shorter built with Mapbuilder, so it should be integrated as a demo.

Gabriel Roldán - 14/Mar/05 04:58 AM
since it is already running on my laptop, its addition is part of the same commit

Gabriel Roldán - 14/Mar/05 05:39 AM
added a dynamic WMS/WFS-T demo, run ant test and browse to /geoserver/data/mbdemos/index.html.
I'm not closing it since there is an issue with shapefiles transaction, will report it and link it soon.

Gabriel Roldán - 14/Mar/05 07:17 AM
the problem seems to have being with the shapefile structure itself, somehting like it was 2d geometry masked and features added through shapefiledatastore are Z enabled. The insert worked fine but subsequent requests lied to an infinite loop inside ShapefileReader.
So it was fixed by just exporting the shapefile to a new one with the ExportWizzard demo.