Re: [mapguide-users] Moving to MGOS from AIMS

2018-01-11 Thread morkl
afest bet might be to wait until then and use the prebuilt DLLs from GISInternals :) torrini wrote > @morkl > Right on cue! > I was just dealing with ECW in 3.1 and already thought about switching to > TIF or something else. > Now, as I am new to the development thin

Re: [mapguide-users] Moving to MGOS from AIMS

2018-01-10 Thread morkl
FWIW, I have been able to build GDAL 1.10 from FDO Trunk with ECW support (API version 5.0, SDK version 5.3) using MSVC2015 with some minor changes to nmake.opt (see attached patch). We don't have the required license so I haven't done any serious testing, but it seemed to work as a drop-in

Re: [mapguide-users] HttpApi doc improvement

2017-02-13 Thread morkl
I'm not sure if this is a documentation error or a bug, but there is a discrepancy with GETMAPIMAGE's operation version. The documentation specifies a 1.0.0 version and two

Re: [mapguide-users] Mapguide WKT standards?

2017-01-18 Thread morkl
Just a thought: Have you tried creating a buffer with distance 0? I haven't tried it myself, because whenever I've had troubles with CurvePolygons I've been using the Maestro SDK, which fails before you have a chance to create a buffer. If the data is stored in a database, you might be able to

Re: [mapguide-users] Introducing mapguide-react-layout: A modern viewer for MapGuide

2016-10-11 Thread morkl
The requested image size to viewport size ratio is explicitly set to 2: https://github.com/jumpinjackie/mapguide-react-layout/blob/827358d6aa5fbb4313d6d90d33f3655507dcb492/src/components/map-viewer-base.tsx#L763

Re: [mapguide-users] Could not load file or assembly 'NetTopologySuite on validating map definition

2016-04-03 Thread morkl
NetTopologySuite.dll is also present in the non-installer Maestro package: http://download.osgeo.org/mapguide/maestro/MapGuideMaestro-6.0m4-Release.zip It's a smaller download than the SDK (12.4 MB vs 38.9 MB), in case that matters to someone. The procedure is the same as with the SDK, just unzip

Re: [mapguide-users] WMS layer is not rendered in QuickPlot or in API Rendering Service

2013-06-28 Thread morkl
I saw the same problem on a customer's installation just the other day. The problem is that ArcGis WMS servers have default maximum width/height smaller than a 300 DPI image covering a sheet paper. I'm not sure if there is a workaround on the MapGuide side, but if you have access to the ArcGis

[mapguide-users] MgWktReaderWriter merging geometries within GEOMETRYCOLLECTION?

2012-08-16 Thread morkl
Hi all! I'm trying to save features, drawn with OpenLayers and serialized to WKT, to an SDF feature source, but I'm having some trouble with the MgWktReaderWriter. It seems like it somehow merges all lines trings that are next to each other within a geometry collection. For example, with an

[mapguide-users] UpdateFeatures on temporary SDF feature source, MgConnectionFailedException

2012-02-06 Thread morkl
Hi all! I have the following problem in both MGOS 2.2 and MGE2011. My application creates SDF feature sources and layer definitions in the session repository to display search results, extracted from the standard layer. However, in one environment, *sometimes* when adding features to the SDF