09-16-2016
12:56 AM
- last edited on
09-16-2016
04:01 AM
by
jan.neumann
Hi Guys,
Can someone please point me in the right direction.
I have created a PSS (Personal Service) that when navigating to the edit tools I am able to add circles and arc geometries and also text and annotations.
I would also like to do this on a WFS service.
I have created a SQL server table with geometry field.
Added all relevent data with database utilities (Geometry is spatial any)
Able to add circle and arc geometries in geomedia to the table with no problems.
But when using this in portal I am able to add point geometries , line and rectangles , but not circles.
Is this an issue with the spatial any?Am i missing something?
Any info regarding this will be greatly appreciated.
Kind Regards
Jacques
Solved! Go to Solution.
09-16-2016 04:00 AM
Hi Jacques,
It looks like WebMap does not propagate that geometry type in DescribeFeatureType document:
<xs:complexType name="Polygon_Surface_MultiSurface_CompositeSurfacePropertyType"> <xs:sequence> <xs:choice> <xs:element ref="gml:Polygon"/> <xs:element ref="gml:Surface"/> <xs:element ref="gml:MultiSurface"/> <xs:element ref="gml:CompositeSurface"/> </xs:choice> </xs:sequence> </xs:complexType>
Hopefully somebody from development will shed some light here becase GML 3.2.1 standard allows for Arcs.
Otherwise please log an SR for adding that support.
Jan
09-16-2016 04:15 AM
Hi Jan,
Thanks for the responds.
I will wait until middel next week before logging an SR, hopefully someone from development will respond before then.
Kind Regards
Jacques
09-19-2016 12:00 AM
09-21-2016 04:10 AM
Hi Hbm,
Yes, this is true , I have not been missing anything as I am not the end user.
The pss supports this , but like you state wfs limits this.
A better approach would have been to ask since recent advancements that it would be possible to capture as farmers would want to be able to caputure circular dams and crop fields over time to build up time lines for later as pss data is lost at session end.
Regards
Jacques