I haven't experienced problems with MapGuide viewing them, but I definitely
have had issues with ArcGIS.

I usually write a trigger or manually update like this in SQL Server:

update  [dbo].[lot_lines]
set Geom= Geom.CurveToLineWithTolerance(0.01,0)
where Geom.STGeometryType() = 'CompoundCurve'



<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Virus-free.
www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Thu, Nov 5, 2020 at 10:59 AM _Jon_ <jri...@langan.com> wrote:

> I have been having difficulty viewing data that is stored in SQL Server as
> a
> GeometryCollection.  If the collection is split up into its component
> LINESTRING, COMPOUNDCURVE and CIRCULARSTRING elements I can see them just
> fine but I don't see anything when these features are stored in a
> collection.  Is GeometryCollection supported, and if so, is there a trick
> to
> using this type of geometry with mapguide?
>
>
>
> --
> Sent from:
> http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html
> _______________________________________________
> mapguide-users mailing list
> mapguide-users@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/mapguide-users
_______________________________________________
mapguide-users mailing list
mapguide-users@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to