Hello

I have two questions

1)

The documentation says

http://docs.geoserver.org/maintain/en/user/data/app-schema/supported-gml-versions.html#gml-3-2-1-geometries-require-gml-id

"If a multigeometry (such as a MultiPoint or MultiSurface) is assigned a gml:id 
of (for example)  parentid, to permit GML 3.2.1 schema-validity, each geometry 
that the multigeometry contains will be automatically assigned a gml:id of the 
form parentid.1, parentid.2, ... in order."

We notice that the contained geometries don't get a gml:id. Is this a known bug?

2)

The srsName of the contained geometry or when the geometry is an 
"'AbstractGeometricPrimitive'" is not in URI-form

Is this a known bug? Is there a solution?

Examples:

<hy-p:ShorelineConstruction gml:id="kustlijnkunstwerk_108051">
<gml:identifier 
codeSpace="http://inspire.ec.europa.eu/ids";>http://data.vlaanderen.be/id/kustlijnkunstwerk/108051</gml:identifier>
<hy-p:geometry>
<gml:Polygon srsDimension="2" 
srsName="http://www.opengis.net/gml/srs/epsg.xml#4258";> <!-- 'gml:id' ontbreekt 
-->
<gml:exterior>
<gml:LinearRing>
<gml:posList>

<hy-p:Shore gml:id="kustvlak_1327">
<gml:identifier 
codeSpace="http://inspire.ec.europa.eu/ids";>http://data.vlaanderen.be/id/kustvlak/1327</gml:identifier>
<hy-p:geometry>
<gml:MultiSurface gml:id="geometry.shore.7c3b658b-5a1f-4c3e-8e57-c4b9e0b0626e" 
srsDimension="2" srsName="http://www.opengis.net/def/crs/EPSG/0/4258";>
<gml:surfaceMember>
<gml:Polygon srsDimension="2" 
srsName="http://www.opengis.net/gml/srs/epsg.xml#4258";> <!-- 'gml:id' ontbreekt 
-->
<gml:exterior>
<gml:LinearRing>
<gml:posList>


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to