Re: [Geotools-devel] GML srsName OGC compatibility

2010-06-18 Thread Andrea Aime
Bastian Schäffer ha scritto: > List, > > during the latest OGC OWS-7 testbed, we encountered some issues with the > GML3 srsName encoding: > > A generated FeatureCollection, where the featureType's SRS is correctly > set to a representation of EPSG:4326, the result looks like: > > http://www.ope

[Geotools-devel] GML srsName OGC compatibility

2010-06-18 Thread Bastian Schäffer
List, during the latest OGC OWS-7 testbed, we encountered some issues with the GML3 srsName encoding: A generated FeatureCollection, where the featureType's SRS is correctly set to a representation of EPSG:4326, the result looks like: http://www.opengis.net/gml/srs/epsg.xml#4326";> By looking a

Re: [Geotools-devel] Can't remove SimpleFeature from FeatureCollection

2010-06-18 Thread Jody Garnett
I think that is a problem with JMapPane; should not effect the actual removing of a feature. Note you may have a better experiencing using featureStore to remove the feature using a filter (specifically a feature id based filter). Jody On 18/06/2010, at 10:09 PM, JenR wrote: > > Hello all, >

[Geotools-devel] Can't remove SimpleFeature from FeatureCollection

2010-06-18 Thread JenR
Hello all, I build a simple application using GeoTools. I want to show a floor of a building, with red dots on each floor representing people. Each person is a SimpleFeature with a position and an attribute (id). Each floor is a FeatureCollection. When a person changes floors, I want to delete th

[Geotools-devel] [jira] Created: (GEOT-3146) Example online fixtures generated by jdbc-postgis / jdbc-oracle have wrong key for password

2010-06-18 Thread Ben Caradoc-Davies (JIRA)
Example online fixtures generated by jdbc-postgis / jdbc-oracle have wrong key for password --- Key: GEOT-3146 URL: http://jira.codehaus.org/browse/GEOT-3146 Proj

Re: [Geotools-devel] GeoTools OSGi compatibility

2010-06-18 Thread Jody Garnett
> Are you referring to: > http://docs.codehaus.org/display/GEOTDOC/How+to+Find+a+Factory ? Not even that nice :-) A picture of how that "factory registery" stuff is used by the referencing module to wire itself up. - http://docs.codehaus.org/display/GEOTDOC/Referencing+Developers+Guide - http://

Re: [Geotools-devel] GeoTools OSGi compatibility

2010-06-18 Thread Mathieu Baudier
>> Where is (are) this code located? > > I think we will have to go look ... I would open up FactoryRegister and then > look for references in the current workspace. > There is a picture in the wiki but that is down for me right now. Are you referring to: http://docs.codehaus.org/display/GEOTDOC/