[mapguide-users] Re: Maestro API - InitialView of WebLayout is null ?!

2011-07-22 Thread Crispin_at_Linknode
Thanks, In your example below, deserialising the XML, I understand. But I was trying to create the IWebLayout object from a resource ID String mdfId = Library:// ... etc ... My.WebLayout; IWebLayout wl = ObjectFactory.CreateWebLayout(conn, mdfId); Are you saying that I have to get the

[mapguide-users] Re: Maestro API - InitialView of WebLayout is null ?!

2011-07-22 Thread Crispin_at_Linknode
That was the approach I was missing! Perfect, thanks. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Maestro-API-InitialView-of-WebLayout-is-null-tp6607143p6609867.html Sent from the MapGuide Users mailing list archive at Nabble.com.

[mapguide-users] Maestro API - RuntimeMapLayer from Session loses Filter?

2011-09-16 Thread Crispin_at_Linknode
Hi, I wonder if this is a misunderstanding or an issue? I have some app logic whereby when the user wants to filter a layer I swap out a Library layer for a Session layer. The session layer created from the original library, plus a filter. Stepping through the code (see attached image) I see

[mapguide-users] Re: Maestro API - RuntimeMapLayer from Session loses Filter?

2011-09-22 Thread Crispin_at_Linknode
Fixed :-) -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Maestro-API-RuntimeMapLayer-from-Session-loses-Filter-tp6800782p6819941.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users mailing

[mapguide-users] MaestroAPI - Runtime Map From Session Exception

2011-10-13 Thread Crispin_at_Linknode
Hi, I am using the Maestro API to create a map that I edit before showing by adding layers, changing filters etc - I know the map is created OK as it will load in a WebLayout and I can inspect it with the GETRESOURCECONTENT call. However, if I try and extend my application by opening the session

[mapguide-users] Re: MaestroAPI - Runtime Map From Session Exception

2011-10-14 Thread Crispin_at_Linknode
Jackie, This may be a more esoteric discussion: What I am doing is creating a IMapDefinition and saving to session - apparently OK with a check using a break point and GETRESOURCECONTENT (this is before the WebLayout created below is launched in the browser). My session map is a standard name

[mapguide-users] Re: Map fails to initialize about 25% of the time

2011-10-27 Thread Crispin_at_Linknode
Do you have lots of SQL feature sources? Schema initialisation can take a long time once sessions go idle but can be overcome with a custom config document. Do any layers take a long time to validate in Maestro? - linknode.co.uk -- View this message in context:

[mapguide-users] Re: MapGuide - ArcSDE FDO

2011-10-27 Thread Crispin_at_Linknode
Not supported but still works from what we have seen with several sites on ArcSDE 10 on MapGuide 2.2 (FDO 3.5). Though of course, if the data is in Oracle (SDE or SDO, not ST_Geometry - ESRI changing the goalposts) you have options to use the KingOra provider. Are you using the 9.3 or 10.x DLLs

[mapguide-users] Re: Choosing Column for Colour

2011-11-02 Thread Crispin_at_Linknode
Gordon, Use a string but convert your colour to a long from hex - ie 4294901760 is is solid red! Crispin - linknode.co.uk -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Choosing-Column-for-Colour-tp6953634p6955127.html Sent from the MapGuide Users

[mapguide-users] Re: Offset Vector Layer in Chrome with MapGuide

2011-11-07 Thread Crispin_at_Linknode
Hi, Which Crome version - I seem to remember Chrome 10 or 11 completely broke the Ajax window for offsets - where you moved the cursor the coordinated were off by (what appeared to be) the depth of the toolbars - as if it was doing absolute window x and y rather than per frame... but it got fixed

[mapguide-users] MaestroAPI - IndexOfLayer with RuntimeMaplayer

2011-12-02 Thread Crispin_at_Linknode
Hi, There was a recent change to the 4.0 API that deprecated the IndexOfLayer on the runtime map. Int32 iLayerPos = rtMap.IndexOfLayer( rtLayer); I used this with the IndexOfLayer( RunTimeMapLayer layer) There does not appear to be a direct update for this with the new rtMap.Layers

[mapguide-users] Re: MaestroAPI - IndexOfLayer with RuntimeMaplayer

2011-12-02 Thread Crispin_at_Linknode
OK, It is there thanks Jackie, I was just looking at the in the wrong place, or not hard enough. So: rtMap.IndexOfLayer( szLayer);// string becomes (nicely) rtMap.Layers[szLayer]; But: rtMap.IndexOfLayer( rtmLayer);// RuntimeMapLayer needs to be

[mapguide-users] Re: 64-bit woes

2012-01-11 Thread Crispin_at_Linknode
Hi, There is a slightly better way to achieve this (assuming .NET application on x64 machine). On a x64 machine install the 64-bit version of MapGuide. This will install the 64-bit server and configure the 64-bt web-tier. Also download and extract the 32-bit versions of all the web-tier DLLs

[mapguide-users] Re: DLL Errors on a 64 Bit OSGeo Implementation

2012-01-20 Thread Crispin_at_Linknode
Did you review this thread: http://osgeo-org.1803224.n2.nabble.com/64-bit-woes-tt7122196.html#a7178254 - linknode.co.uk -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/DLL-Errors-on-a-64-Bit-OSGeo-Implementation-tp7205633p7206818.html Sent from the MapGuide Users

[mapguide-users] Re: MapGuide Open Source 2.4 Preview Release 2

2012-04-27 Thread Crispin_at_Linknode
Installed on Windows 7 x64 for IIS with .net I changes the default ports to 2830/2831/2832 and web tier tests all appear to be running OK. Logon as admin (login.php) is working as I had enables CGI within Windows a la Add/Remove Programs and Features for IIS as per the release notes. However,

[mapguide-users] Re: MapGuide Open Source 2.4 Preview Release 2

2012-04-30 Thread Crispin_at_Linknode
WIX permissions on folders is something like this below. The NetworkService account is good for W2k03 and below, W2k08 / Win7 needs a different (or additional) account ... best not to use Everyone on production systems! DirectoryRef Id=INSTALLLOCATION Directory Id=dir_Logs_0 Name=Logs

Re: [mapguide-users] King Oracle Layer not selectable.

2012-09-06 Thread Crispin_at_Linknode
A few things to try: 1) Obtain the latest KingOracle for FDO 3.5 from SL-King who build older FDO versions from the latest FDO source code (http://www.sl-king.com/fdooracle/fdooracle.html) 2) Ensure that in your Oracle tables you have primary keys and not unique indexes 3) If you happen to be

Re: [mapguide-users] MapGuide Maestro 5.0 beta 4 and 4.0.3 maintenance release available

2012-09-27 Thread Crispin_at_Linknode
I really like the address-bar for pasting in Session resources that have been created or dynamically modified and you get the full UI editor. No more HTTP GetResourceContent and scrolling through XML! Thanks - Crispin -- View this message in context:

[mapguide-users] MapGuide 2.4 on Azure Windows Server 2012 .NET 4.5

2012-10-09 Thread Crispin_at_Linknode
All, Just putting some keywords in the subject line for future searches and help. This week I deployed a MapGuide 2.4 onto an Azure as a 2-Core, 3.5 GB server. The installation required a manual config of the MapGuide install for IIS/.NET, plenty of Windows configuration to get IIS running and

[mapguide-users] MG 2.4 ODBC Projected Map - Coordinates All 0,0

2012-11-16 Thread Crispin_at_Linknode
Hi, I have an ODBC data connection to some coordinated stored as Lat/Lon - my data connection is configured and I can create a layer and a map with the same LL84 coordinate system that shows my points in the correct locations. If I now add a map projection onto the map (in my case Great Britain

Re: [mapguide-users] MapGuide 2.4 on Azure Windows Server 2012 .NET 4.5

2012-11-25 Thread Crispin_at_Linknode
Dave, Your best bet is to have a, say Windows 7 / IIS, set-up that was configured by the installer as a reference. The MapGuide documentation used to have a section for manual config but it has not been updated for a while so while the theory is there the exact steps will not be. You also need

[mapguide-users] ODBC Schemas

2012-11-28 Thread Crispin_at_Linknode
Hi, I am using Maestro 5b5 to try and configure the configuration document to a SQLServer database view with decimal(18,0) columns containing map eastings and northings. And not doing very well. If it makes any difference I am connecting to an ODBC connection using a 'Raw Connection String' eg:

Re: [mapguide-users] ODBC Schemas

2012-11-29 Thread Crispin_at_Linknode
See ticket: http://trac.osgeo.org/mapguide/ticket/2191 It also appears I need to use FLOAT and not NUMERIC in my SQLServer to get FDO (MapGuide) to recognise the columns / properties in the table / class. -- View this message in context:

[mapguide-users] HTTP GETMAPIMAGE and SETDATAEXTENT

2012-12-14 Thread Crispin_at_Linknode
Hi, The MapAgent test pages for MapGuide imply that there is a SETDATAEXTENT option potentially available for a GETMAPIMAGE request to allow for an exact area to be returned rather than a map of specific pixel dimensions at a defined scale and center. Has anyone used this or can confirm if it

Re: [mapguide-users] HTTP GETMAPIMAGE and SETDATAEXTENT

2012-12-14 Thread Crispin_at_Linknode
Darn it! These capabilities are really useful! Thanks Jackie... -- View this message in context: http://osgeo-org.1560.n6.nabble.com/HTTP-GETMAPIMAGE-and-SETDATAEXTENT-tp5022955p5023040.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] MapGuide Open Source 2.5 Preview Release

2013-01-14 Thread Crispin_at_Linknode
Installed on Win7 x64 - machine with MapGuide 2.4 already installed. Basic connectivity and preview for imported packages looks good with a few comments: * Change the default app pool to MapGuide25AppPool * Because of the compiled CS-Map files OSTN02._02 and OSTN97._nt (from

Re: [mapguide-users] MapGuide Open Source 2.5 Preview Release

2013-01-15 Thread Crispin_at_Linknode
I'll try and test the requirement for the big CS files on the next 2.5 release by deleting the original (txt) files before I first use a projected map - to ensure a clean setup. Or you could try and comment them out of the next release and I'll test with them missing! They are both UK-only high

Re: [mapguide-users] MapGuide Open Source 2.5 Preview Release

2013-01-15 Thread Crispin_at_Linknode
... I see you have done just that :-) -- View this message in context: http://osgeo-org.1560.n6.nabble.com/MapGuide-Open-Source-2-5-Preview-Release-tp5027154p5027658.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___

Re: [mapguide-users] MapGuide Open Source 2.5 Preview Release

2013-01-17 Thread Crispin_at_Linknode
OK, The coordinate system fails when the large source files are missing. The pre-compiled files help first-time start-up (a bit) but the original .TXT files need to go back into the distribution. The new 25 service and app-pool names are OK. WARNING: if you installed the original MapGuide 2.5

Re: [mapguide-users] FDO provider for GML

2013-05-01 Thread Crispin_at_Linknode
Hi, There used to be a build of the OGR provider that included GML support that was posted for (MG 2.2 ?) an older release. The build needed the XML parser that was not enabled in the default MapGuide third-party GDAL at the time. It may be that the current v2.5 MapGuide includes XML/GML now.

Re: [mapguide-users] Infrastructure Map Server 2013 and Mapguide Open Source 2.1

2013-06-05 Thread Crispin_at_Linknode
With MGOS 2.4 (aka IMS 2013) and MGOS 2.1 we sometimes see coordinate system initialisation issues with 2.4. MGOS 2.1 used an environment variable for CS initialisation / paths and it looks like this is *sometimes* identified by 2.4 services. It shouldn't happen and 2.5 / IMS 2014 seems, so-far,

[mapguide-users] Partial Raster Transparency

2013-06-10 Thread Crispin_at_Linknode
Hi, Has anyone worked on rasters with different levels of alpha transparency? I am OK with bitonal/boolean images and setting a 'background' colour to transparent. I have also played (unsucessfully) with adding an alpha into an RGB foreground colour override. What I would like to do is have an

Re: [mapguide-users] consuming WMS from ArcGIS server in MGOS2.5

2013-07-25 Thread Crispin_at_Linknode
Hi, A few things to try... The log that you send includes the Unable to connect to the host. string. Is the Maestro configuration being done from the same desktop as the MapGuide server (WMS client?). Some ArcGIS services require SERVICE=WMS in the HTTP URL - though you can obviously connect

Re: [mapguide-users] Patch for ticket 852 (Possibility to change the selection transparency with the selection color)

2014-04-22 Thread Crispin_at_Linknode
Is it really possible to identify any residual transparency if the value is set to FE rather than FF? It becomes a work-around not obvious to casual users but retains compatibility with old and flexibility of the new. -- View this message in context:

Re: [mapguide-users] MapGuide Maestro 6.0 Alpha 1 available

2014-05-01 Thread Crispin_at_Linknode
Jackie, An an amazing amount of work has gone into making Maestro the easiest and most fully-featured web mapping author I have used. The core design and attention to detail on all the additions make rapid application development simple and professional refinement discoverable. I hope that you

Re: [mapguide-users] MapGuide Open Source 2.6 FINAL released

2014-08-22 Thread Crispin_at_Linknode
Hi, I just went to find 2.6 and by default I go straight to OSGeo - the download page is out of date: http://mapguide.osgeo.org/download Do you have access to update this? -- View this message in context:

[mapguide-users] Panning Tiled Maps

2014-08-22 Thread Crispin_at_Linknode
Hi, When doing a shake-down of v2.6 today I noticed something today that I have checked also existed in 2.5 (my 2.4 default installs no longer work on new browsers for tiled mapping). Issue: When panning down / South (ie moving the center-point of the map upwards / North) the tiles do not

Re: [mapguide-users] New OGR provider for testing/feedback

2014-08-28 Thread Crispin_at_Linknode
OK, I tested with a sample GML file and the OGR FeatureSource will not validate because Xerces or Expat support wasn't configured in. If there is a rebuild of the FDO provider I think it would be advantageous to support the OGC standard for data exchange GML. I don't know how simple this is but

Re: [mapguide-users] New OGR provider for testing/feedback (GML)

2014-08-29 Thread Crispin_at_Linknode
For anyone searching for GML support in MapGuide... Firstly I know that GML is really a transfer or interchange format and not, as such, a spatial data format suitable for regular access. It is a verbose XML file with no spatial index. At present there is no (obvious) third party build for OGR

Re: [mapguide-users] Custom GDAL for MGOS 2.6 and 3.0

2015-04-20 Thread Crispin_at_Linknode
I like your thinking. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Custom-GDAL-for-MGOS-2-6-and-3-0-tp5201835p5202051.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users mailing list

Re: [mapguide-users] Fwd: [OSGeo-Discuss] Why does OSGeo FDO Provider for SQL Server Spatial try to access the wrong database?

2017-05-02 Thread Crispin_at_Linknode
Bump... perhaps for FDO 4.2 ? -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Fwd-OSGeo-Discuss-Why-does-OSGeo-FDO-Provider-for-SQL-Server-Spatial-try-to-access-the-wrong-databas-tp5078593p5319076.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] MGTileSeeder Help

2018-02-04 Thread Crispin_at_Linknode
Are you creating tiles from vector sources or rasters? Not sure this will help, but there is a lot of load on the raster provider on the server with tiling and so if you run the MGSERVER in interactive mode (ie on Windows you would stop the service, start a CMD prompt and set the GDAL debug

Re: [mapguide-users] Future plans/roadmap for MapGuide Open Source

2018-02-06 Thread Crispin_at_Linknode
+1 on dropping Win32 -- 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

Re: [mapguide-users] MGTileSeeder Help

2018-02-06 Thread Crispin_at_Linknode
Concurrent access to SHP files - shouldn't be an issue? Have you tried throttling back parallel/concurrent requests in the tiler to 1 to see if that solves, then ramp up again. The MGSettings.ini file isn't set-up for high performance running. It's a black art, but maybe altering the default

Re: [mapguide-users] Introducing: New experimental bindings for the MapGuide API

2018-07-11 Thread Crispin_at_Linknode
Jackie - that's amazing input. I look forwards to downloading and seeing the sample app. -- Sent from: http://osgeo-org.1560.x6.nabble.com/MapGuide-Users-f4182607.html ___ mapguide-users mailing list mapguide-users@lists.osgeo.org

[mapguide-users] Colour Overrides in Bitonal Images

2019-08-01 Thread Crispin_at_Linknode
I can't get the colour override to work for bitonal images. Converting a site from AIMS to MGOS and this is the final difference to resolve. Has anyone tried/used this feature recently. Sample data: ns9359.tif ns9359.tfw