Re: [mapguide-users] .NET SDF Loader

2012-11-14 Thread Jackie Ng
If you are just trying to *load* these SDF files, and not do things like conversion/generalization then Maestro should be able to execute your existing Load Procedures as-is. Failing that, you should consider using aliases instead - Jackie -- View this message in context:

Re: [mapguide-users] Getting error Geometry Conversion error when doing SpatialFilter in MgCurvePolygon

2012-11-14 Thread Jackie Ng
When they say curves aren't supported in SQL Server 2008, it's not storing curve geometries in tables, it's also recognition of curves for the purpose of testing spatial filters and predicates. So what you'd do in such cases is approximate the circle. That's what the circle tool in the AJAX

Re: [mapguide-users] GDAL - MapImage with stripes

2012-11-15 Thread Jackie Ng
Do you get the same result with GETDYNAMIMAPOVERLAYIMAGE? GETMAPIMAGE pre-fills the background with the Map Definition's background color - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/GDAL-MapImage-with-stripes-tp5016254p5016595.html Sent from the MapGuide

Re: [mapguide-users] Enabled Icon Path problem

2012-11-19 Thread Jackie Ng
Icon URLs in a Web Layout are relative to http://localhost/mapguide/mapviewerajax So relatively, the url for your command would be ../websites/demo/stdicons/icon_feedback.gif - Jackie -- View this message in context:

Re: [mapguide-users] MGOS 2.4: Unable to connect to WMS server

2012-11-20 Thread Jackie Ng
If you need to specify a proxy server, the FDO WMS provider as of 3.7 actually supports additional connection parameters to do this: ProxyServerName ProxyServerPort ProxyServerUsername ProxyServerPassword Maestro is not yet aware of these parameters in the specialized Feature Source editor -

Re: [mapguide-users] MapGuide Maestro 5.0 beta 5 and 4.0.4 maintenance release available

2012-11-20 Thread Jackie Ng
Hmmm, looks fine on my Windows XP test machine. Firstly, check if you can run the Live Map Definition Editor from the Start Menu or double clicking the Maestro.LiveMapEditor.exe in the Maestro install directory under Program Files. If that works, check that the path to Maestro.LiveMapEditor.exe

Re: [mapguide-users] MapGuide Maestro 5.0 beta 5 and 4.0.4 maintenance release available

2012-11-21 Thread Jackie Ng
If Maestro didn't re-prompt you for the correct paths when you run said tools, I'd think that would be a bug. Otherwise it's a really trivial thing. Just fix the bad paths in question. - Jackie -- View this message in context:

Re: [mapguide-users] PlotasPDF invalid coord

2012-11-25 Thread Jackie Ng
Are you using a non-english locale? - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/PlotasPDF-invalid-coord-tp5018602p5018655.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users

Re: [mapguide-users] MGOS WMS-Server Connect String

2012-11-26 Thread Jackie Ng
http://yourserver/mapguide/mapagent/mapagent.fcgi?REQUEST=GETCAPABILITIESSERVICE=WMS - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/MGOS-WMS-Server-Connect-String-tp5018816p5018925.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] Mg-Desktop : Build Problem with Seven x86/x64 and less under XP

2012-11-28 Thread Jackie Ng
A screenshot is worth a thousand words - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Mg-Desktop-Build-Problem-with-Seven-x86-x64-and-less-under-XP-tp5019413p5019469.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] ODBC Schemas

2012-11-28 Thread Jackie Ng
Probably a bug. An empty config document shouldn't happen after a reset - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/ODBC-Schemas-tp5019402p5019470.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] An exception occurred in DB XML component. Error: Document not found

2012-12-01 Thread Jackie Ng
Was this repository a direct directory transplant from an older version of MapGuide/AIMS? I've found this problem happening with such repositories. - Jackie -- View this message in context:

Re: [mapguide-users] Problem publish WFS MG 2.4

2012-12-06 Thread Jackie Ng
Look at the WFS traffic through fiddler. That will give you more information - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Problem-publish-WFS-MG-2-4-tp5021177p5021334.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] Cannot connect to large SDF files anymore

2012-12-09 Thread Jackie Ng
Possibly related? Could explain why older versions worked as they were built with an older compiler and linking to an older CRT that didn't have this problem. http://trac.osgeo.org/fdo/ticket/855 - Jackie -- View this message in context:

Re: [mapguide-users] Is it possible to specify the schema version when connection to a WMS feature source?

2012-12-10 Thread Jackie Ng
From a WMS FDO connection? Doesn't look like it. It probably just picks the highest WMS version and runs with that. - Jackie -- View this message in context:

Re: [mapguide-users] Is it possible to specify the schema version when connection to a WMS feature source?

2012-12-10 Thread Jackie Ng
Actually, if the WMS server operates like how MapGuide serves WMS, you could probably pass in a VERSION parameter in the URL to indicate the WMS version you want to work with. - Jackie -- View this message in context:

Re: [mapguide-users] Coordinate System Transformation in 2.4

2012-12-10 Thread Jackie Ng
There hasn't been any core API changes in FDO 3.8, which may explain why the 3.8 provider works in 3.7. Works is subjective though. Binary compatibility in C++ is such a voodoo topic. - Jackie -- View this message in context:

Re: [mapguide-users] MS Access File Locked Exclusively

2012-12-10 Thread Jackie Ng
Don't pool ODBC connections? - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/MS-Access-File-Locked-Exclusively-tp5022085p5022089.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users

Re: [mapguide-users] Fusion Event Firing

2012-12-11 Thread Jackie Ng
Use some closure magic? var myFunc = OpenLayers.Function.Bind(function() { //Do your amazing layer search select here this.deregisterForEvent(Fusion.Event.MAP_LOADED, myFunc); }, this); this.registerForEvent(Fusion.Event.MAP_LOADED, myFunc); OpenLayers.Function.Bind is for preserving

Re: [mapguide-users] HTTP GETMAPIMAGE and SETDATAEXTENT

2012-12-14 Thread Jackie Ng
SETDATAEXTENT only applies for the (deprecated) DWF viewer. Same reason that MgMap.GetDataExtent() is meaningless outside of the DWF viewer. - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/HTTP-GETMAPIMAGE-and-SETDATAEXTENT-tp5022955p5023018.html Sent from the

Re: [mapguide-users] Maestro error - Application Definition

2013-01-08 Thread Jackie Ng
I've made a ticket for this. Thanks for the heads up. http://trac.osgeo.org/mapguide/ticket/2205 - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Maestro-error-Application-Definition-tp5026049p5026279.html Sent from the MapGuide Users mailing list archive at

[mapguide-users] MapGuide Open Source 2.5 Preview Release

2013-01-13 Thread Jackie Ng
Hi All, I've put up windows installers (x86/x64) for the preview release of MapGuide Open Source 2.5 The purpose of this preview release (like 2.4), is to make sure that everything's in order with the windows installer before we go full steam ahead with the 2.5 release cycle. Only windows

Re: [mapguide-users] cs_map.h

2013-01-13 Thread Jackie Ng
MgDev\Oem\CsMap\Include\cs_map.h - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/cs-map-h-tp5027188p5027204.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users mailing list

Re: [mapguide-users] mssql server spatial provider feature source can't connect

2013-01-13 Thread Jackie Ng
If the SQL Server instance is on a different machine from the MapGuide Server, check that your SQL Server instance is configured to allow external connections. - Jackie -- View this message in context:

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

2013-01-14 Thread Jackie Ng
Responses below. * Change the default app pool to MapGuide25AppPool * The installer did *NOT* create me a Windows service (name conflict?) so I am currently running mgserver \interactive from a CMD prompt Yep missed these bits from the installer * Now WIX 3.7 is out is it worth updating

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

2013-01-15 Thread Jackie Ng
I've also blogged about the major new features of MGOS 2.5 http://themapguyde.blogspot.com.au/2013/01/mapguide-open-source-25-whats-new.html - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/MapGuide-Open-Source-2-5-Preview-Release-tp5027154p5027534.html Sent from

[mapguide-users] CentOS version for MGOS 2.5

2013-01-20 Thread Jackie Ng
Hi All, Just to poll some users here. What version of CentOS should we target for MGOS 2.5? Should we stay with the latest 5.x release (latest 5.9)? Or move the the 6.x series (latest is 6.3)? For Ubuntu, we're going to stay with the latest LTS (12.04) for MGOS 2.5, unless there's objections

Re: [mapguide-users] Mapguide Maestro - warning adding a Feature Source

2013-01-21 Thread Jackie Ng
Nope, there's nothing you can do to get rid of that warning. That warning is something you should read about when deciding to package data that includes this Feature Source - Jackie -- View this message in context:

Re: [mapguide-users] FDO Provider SQL Server Spatial and Table-Valued Functions

2013-01-21 Thread Jackie Ng
You can turn on trace logging and see if the FDO provider is generating the SQL you are expecting it to. http://themapguyde.blogspot.com.au/2013/01/mapguide-tidbits-fdo-rdbms-provider.html - Jackie -- View this message in context:

Re: [mapguide-users] Cannot select features created using join

2013-01-22 Thread Jackie Ng
Is it a join on a single property? - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Cannot-select-features-created-using-join-tp5028953p5028957.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___

Re: [mapguide-users] FDO Provider SQL Server Spatial and Table-Valued Functions

2013-01-22 Thread Jackie Ng
No idea why FDO Toolbox would not throw the same error. Maybe you're using different credentials? - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/FDO-Provider-SQL-Server-Spatial-and-Table-Valued-Functions-tp5028714p5028958.html Sent from the MapGuide Users

Re: [mapguide-users] Cannot select features created using join

2013-01-22 Thread Jackie Ng
Are the SQLite files created with an application/tool that uses FDO? - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Cannot-select-features-created-using-join-tp5028953p5028967.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] apache don't start on ubuntu 12.04

2013-01-29 Thread Jackie Ng
You may have to install: sudo apt-get install libxslt1-dev - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/apache-don-t-start-on-ubuntu-12-04-tp5030589p5030591.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] apache don't start on ubuntu 12.04

2013-01-29 Thread Jackie Ng
Is this a 64-bit Ubuntu? If so, you are treading in untested waters. The 32-bit Ubuntu build of MapGuide *requires* a 32-bit Ubuntu. This is what we produced the MapGuide binaries from and tested it on. If you are running the 32-bit build in a 64-bit environment, at the very least you need x86

Re: [mapguide-users] Cannot connect to large SDF files anymore

2013-01-29 Thread Jackie Ng
Probably because FDO 3.8 introduces no new APIs since 3.7, so the provider dlls technically work - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Cannot-connect-to-large-SDF-files-anymore-tp5014329p5030821.html Sent from the MapGuide Users mailing list archive at

Re: [mapguide-users] MapGuide 2.X : Why Developers don't develop MapGuide to replace the local arbitrary SRS of DataSource by the SRS of the parent Map when we open a session ?

2013-02-01 Thread Jackie Ng
I hope you understand what an *arbitrary* SRS means. It's an SRS that has no real world context. The coordinates of your geometries cannot be determined on the surface of planet earth. Now for a Map to do its auto-magical re-projection of layers, the Map's coordinate system and the layer's

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

2013-02-04 Thread Jackie Ng
Hi Dave, Is Fusion able to execute PHP code? You can verify by writing this php script: ?php phpinfo(); ? and dropping that under the fusion root directory. If you get a nice info page about PHP, then PHP should be working under Fusion. Btw, I've seen your handiwork on the wiki content. Nice

Re: [mapguide-users] getting started with map guide os and java

2013-02-04 Thread Jackie Ng
I'm afraid that of the 3 platforms (.net, Java, PHP), Java is the least popular one. So in terms of sample code, documentation and developer experience/testimonies, the Java-related content is really barren and may not reflect proper Java development practices. The 2.4 installer includes some

Re: [mapguide-users] Mapguide Maestro - query filter in custom commands

2013-02-05 Thread Jackie Ng
At line 80, there is this call: query.SetFilter(filter); See what the value of filter is. It's causing the number of matching results to be != 1 - Jackie -- View this message in context:

Re: [mapguide-users] Where is the Taskbar-Tools flyout stored plz??

2013-02-06 Thread Jackie Ng
When you hit preview on a non-WebLayout resource, Maestro generates its own preview WebLayout that contains these 3 commands, when you're previewing a layout Maestro uses *that* layout for previewing. I guess you're wondering how these 3 commands are implemented? They are all invoke script

Re: [mapguide-users] specification of TileCache

2013-02-06 Thread Jackie Ng
Are you using the official method? The non-official method of tile generation is known to be imperfect and inaccurate and getting it fixed will be hard because I have no idea how this tile generation algorithm works. If you're not using the official method because you don't know what value to

Re: [mapguide-users] specification of TileCache

2013-02-06 Thread Jackie Ng
Are you using the official method? The non-official method of tile generation is known to be imperfect and inaccurate and getting it fixed will be hard because I have no idea how this tile generation algorithm works. If you're not using the official method because you don't know what value to

[mapguide-users] MapGuide Open Source 2.5 Beta 1 released

2013-02-06 Thread Jackie Ng
We are pleased to announce that the MapGuide Open Source project team has made MapGuide Open Source 2.5 beta 1 available Release notes: http://trac.osgeo.org/mapguide/wiki/Release/2.5/Notes Downloads: http://trac.osgeo.org/mapguide/wiki/Release/2.5/Notes#Installation Documentation: Updated

Re: [mapguide-users] MGOS sometimes does a bad rendering of WMS sources

2013-02-07 Thread Jackie Ng
The pattern of triangles suggest to me that raster re-projection is happening. Is this the case? Does it still happen without raster re-projection (re-projection only happens if map and layer CS are not the same) - Jackie -- View this message in context:

[mapguide-users] Building MapGuide kills the CentOS

2013-02-07 Thread Jackie Ng
Yes I'm asking for help here :) Or at least an extra pair of eyes. So I'm cranking the 2.5 beta 1 build on a CentOS 6.3 VirtualBox VM and without fail (in my 3 attempts thus far), the build will always hang when building the DWF Toolkit in Oem (at dwfcore/ansi/Core.cpp) for about 5-10 minutes

Re: [mapguide-users] MapGuide Open Source 2.5 Beta 1 released

2013-02-08 Thread Jackie Ng
Ubuntu 12.04 32-bit binaries are now available. CentOS is still up in the air due to the mysterious VM death by gcc problem. - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/MapGuide-Open-Source-2-5-Beta-1-released-tp5032620p5033059.html Sent from the MapGuide

Re: [mapguide-users] FDO error with mapguide 2.4 on ubuntu 12.04

2013-02-10 Thread Jackie Ng
Check that there are no FDO provider entry double-ups in providers.xml - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/FDO-error-with-mapguide-2-4-on-ubuntu-12-04-tp5033366p5033367.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] mapguide 2.4 sql server spatial feature source - can't select the data store and can't use join extensions

2013-02-12 Thread Jackie Ng
This is most likely a leaky abstraction. Foreign keys are usually modeled as association properties in FDO, but there is no such equivalent in MapGuide. Try joining against a view that filters out such foreign key columns. - Jackie -- View this message in context:

Re: [mapguide-users] PHP Deprecated: kd_xmlrpc.php on line 83

2013-02-12 Thread Jackie Ng
Try removing the from any variables in question at that line and see if that works. http://stackoverflow.com/questions/4665782/call-time-pass-by-reference-has-been-deprecated The code samples are 7+ years old and may reflect some bad practices nowdays. - Jackie -- View this message in

Re: [mapguide-users] MapGuide Open Source 2.5 Beta 1 released

2013-02-12 Thread Jackie Ng
For anyone trying this beta, I'd like some feedback about the SQL Server FDO provider bundled with this release, and whether it fixes the problems you've had from 2.4 or introduces a whole bunch of new problems. - Jackie -- View this message in context:

Re: [mapguide-users] Integration of GoogleStreetViewer widget in Fusion

2013-02-12 Thread Jackie Ng
Did you copy the widgetinfo xml as well? That's actually the most important piece as it describes to the editor (whether Studio or Maestro) everything about the widget. - Jackie -- View this message in context:

Re: [mapguide-users] Hyperlink in Selection panel

2013-02-13 Thread Jackie Ng
Is XSS prevention and the ability to display valid HTML in the property grid mutually exclusive? I'd like to know the answer myself. I feel a bit uncomfortable that the AJAX viewer property grid can display arbitrary HTML content. Though any script blocks I've tried to put into the AJAX viewer

Re: [mapguide-users] Mapguide in linux

2013-02-14 Thread Jackie Ng
2.4 is the current stable release and works with Ubuntu 12.04 and CentOS 5.6 http://trac.osgeo.org/mapguide/wiki/Release/2.4/Notes - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Mapguide-in-linux-tp5034231p5034239.html Sent from the MapGuide Users mailing list

Re: [mapguide-users] Mapguide in linux

2013-02-14 Thread Jackie Ng
Data: Unless it's SQL Server or another Windows-only data source, your data should be portable Applications: If you're working with PHP or Java, they should be portable as well. You may run into problems if you're using Windows-only APIs that have been exposed through PHP or Java. - Jackie --

Re: [mapguide-users] How to use one Fusion template with differents maps and initial task panes ?

2013-02-15 Thread Jackie Ng
Initial Task Pane URL is a global setting (as a property of the TaskPane widget) and not a per-map setting. - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/How-to-use-one-Fusion-template-with-differents-maps-and-initial-task-panes-tp5034424p5034528.html Sent from

Re: [mapguide-users] Building MapGuide kills the CentOS

2013-02-18 Thread Jackie Ng
Just replying to myself as a record of fact: The problem is that the libtool generated by the DWF Toolkit build scripts is a fork-bomb in CentOS 6.3. Replacing the generated libtool with a system copy fixes this problem. All the more reason to upgrade our ancient copy of the DWF Toolkit. Not

Re: [mapguide-users] Alias name instead of layer name in query.php

2013-02-19 Thread Jackie Ng
Layers have no aliases, unless you are talking about its legend label, in which case, layers are not accessible by their legend label, only by their name. - Jackie -- View this message in context:

Re: [mapguide-users] Add layer dinamically from search results

2013-02-19 Thread Jackie Ng
If you copy/paste source code from a library, don't just pluck the file from that library, drop it into your code and assume it will just work. In this case, ReadFeature() is an extension method defined by the library that you obviously haven't copied in as well.

Re: [mapguide-users] Building MapGuide kills the CentOS

2013-02-21 Thread Jackie Ng
Adding more to the knowledge base: So that's what libtoolize --force does! libtoolize-ing the DWF Toolkit sources will replace its CentOS fork-bombing copies of libtool with the system copy. So we could as a catch-all solution, simply modify build_oem.sh to libtoolize --force the DWF Toolkit

Re: [mapguide-users] MG 2.4 final, MG 2.5 Beta 1 problems, errors ... ect.

2013-02-26 Thread Jackie Ng
1. Probably a defect (if it happens on all 5 templates) 2. Need to see the actual error message before going any further (original message is cropped out by Firefox's alert dialog) 3. What you want to have is against the Google Maps Terms of Service. It's not legally possible to do what you are

Re: [mapguide-users] Fusion Theme Widget

2013-02-26 Thread Jackie Ng
Just to aid in your debugging efforts, set display_errors = On in php.ini. This is off by default. You might get something more informative than the slient treatment. - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Fusion-Theme-Widget-tp5033117p5036867.html Sent

Re: [mapguide-users] Integration of GoogleStreetViewer widget in Fusion

2013-02-26 Thread Jackie Ng
4326 is a street view requirement. 3857/900913 is a data-level requirement for your maps to overlay on top of Google Maps (ie. Your map is in WGS84.PseudoMercator) If your map is not in WGS84.PseudoMercator and you're able to use the street view widget, then this is a TOS-violating defect that

Re: [mapguide-users] Integration of GoogleStreetViewer widget in Fusion

2013-02-26 Thread Jackie Ng
4326 is a street view requirement. 3857/900913 is a data-level requirement for your maps to overlay on top of Google Maps (ie. Your map is in WGS84.PseudoMercator) If your map is not in WGS84.PseudoMercator and you're able to use the street view widget, then this is a TOS-violating defect that

Re: [mapguide-users] FDO Provider SQL Server Spatial and Table-Valued Functions

2013-02-27 Thread Jackie Ng
Do you have a SQL server db script to create a minimal database with one or more table-valued functions that could trigger this problem? - Jackie -- View this message in context:

Re: [mapguide-users] MG 2.4 final, MG 2.5 Beta 1 problems, errors ... ect.

2013-02-27 Thread Jackie Ng
Re: 1 - OK Re: 3 - If you really don't want to take my word for it, then here's the relevant bits from the Google Maps TOS: 10.1.1 General Restrictions. (g) No Use of Content without a Google Map. You must not use or display the Content without a corresponding Google map, unless you are

Re: [mapguide-users] Mapguide 2.2 integration with google maps

2013-02-28 Thread Jackie Ng
You can do it all through the Maestro UI. Fusion that's bundled with MGOS 2.2 and newer can support this out of the box. - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Mapguide-2-2-integration-with-google-maps-tp5037537p5037647.html Sent from the MapGuide Users

Re: [mapguide-users] Error when copying Layer Definition and changing feature source

2013-03-02 Thread Jackie Ng
What do server error logs say? - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Error-when-copying-Layer-Definition-and-changing-feature-source-tp5037899p5037939.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] DWF problems

2013-03-02 Thread Jackie Ng
MapGuide is still using a super-duper ancient version of the DWF Toolkit (7.1). This is circa AutoCAD 2007 (!!!), if you're wondering what commercial products we can best round-trip to/from MapGuide. We're looking at finally upgrading the DWF Toolkit to the latest version (7.7), which also means

Re: [mapguide-users] Mapguide 2.2 integration with google maps

2013-03-02 Thread Jackie Ng
You should not have to hack any of the fusion templates from your 2.2 install. They have this support built in. That may actually even be the cause of the problem. - Jackie -- View this message in context:

Re: [mapguide-users] Failed to load the resource file Resources/mapguide_en.res

2013-03-03 Thread Jackie Ng
One thing to check is your MgInitializeWebTier() calls, especially if you're calling it with a relative path. If that call fails on the first time, it will fail with that message on subsequent calls regardless. http://trac.osgeo.org/mapguide/ticket/2224 - Jackie -- View this message in

Re: [mapguide-users] Error when copying Layer Definition and changing feature source

2013-03-04 Thread Jackie Ng
Well the problem is that the mapagent threw back an error, which may have been partially swallowed up by the System.Net.WebException because it lacks the MapGuide server-side stack trace that would give us way more context for this particular error. At face value, this looks to be something

Re: [mapguide-users] Maestro 5.0 beta 5 errors

2013-03-04 Thread Jackie Ng
1. Did you have more than one active connection when executing this command? 2. What language is your Operating System? - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Maestro-5-0-beta-5-errors-tp5038334p5038422.html Sent from the MapGuide Users mailing list

Re: [mapguide-users] C# is it a problem use the same featureservice and resourceservice during all client session ?

2013-03-04 Thread Jackie Ng
I can't see any problems with passing service instances around your classes and methods. - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/C-is-it-a-problem-use-the-same-featureservice-and-resourceservice-during-all-client-session-tp5038289p5038424.html Sent from

Re: [mapguide-users] MapGuide 2.5 Beta 1

2013-03-06 Thread Jackie Ng
Tested with Firefox/Chrome/IE9. Can't reproduce this. Any more information? - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/MapGuide-2-5-Beta-1-tp5034714p5038744.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] MG 2.5 RC ............ wishing list

2013-03-06 Thread Jackie Ng
OGC standard like GML? Original implementation actually supported GML output (that's all it ever supported actually), but the original implementation was really useless functionality-wise (redline styles were hard-coded, you couldn't plot a map with the redlines, among other things). Is there a

Re: [mapguide-users] Maestro 5.0 final ............ wishing list

2013-03-06 Thread Jackie Ng
Your list appears to be empty. I think if you just made tickets here (http://trac.osgeo.org/mapguide/), it would make things easier to itemize. - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Maestro-5-0-final-wishing-list-tp5038708p5038755.html Sent from the

Re: [mapguide-users] MGOS 2.x on Centos 6.3

2013-03-08 Thread Jackie Ng
Not supported or tested. Only 2.5 (beta 1) is a tested release for CentOS 6.x - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/MGOS-2-x-on-Centos-6-3-tp5039073p5039175.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] mapguide 2.4 sql server spatial feature source - can't select the data store and can't use join extensions

2013-03-12 Thread Jackie Ng
Here's a workaround you can try: Create a second feature source (B) with the same connection parameters as feature source (A) Create an extended feature class in either Feature Source A or B that joins to the same table from the *other* feature source. This way the optimization check that

Re: [mapguide-users] GeoPDF

2013-03-12 Thread Jackie Ng
Probably not. You can try using an equivalent gdal dll here (http://www.gisinternals.com/sdk/) If it has ogrinfo.exe, use it to interrogate the list of supported drivers (ogrinfo.exe --formats) - Jackie -- View this message in context:

Re: [mapguide-users] Fusion map layers

2013-03-13 Thread Jackie Ng
The first call is to access the Map widget The second call accesses a Fusion.Layers instance within the widget. If you're not using any commercial layers, this array usually has a size of 1 and contains one Fusion.Layers.MapGuide instance. This blog post I made should help explain it better:

Re: [mapguide-users] Negative values in display rule

2013-03-13 Thread Jackie Ng
Be specific. What is your FDO expression? - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Negative-values-in-display-rule-tp5040144p5040147.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___

Re: [mapguide-users] GeoPDF

2013-03-13 Thread Jackie Ng
Are you trying to use your GeoPDF as a raster or vector source? GDAL - Raster OGR - Vector Use the appropriate gdalinfo.exe or ogrinfo.exe to find out if the driver is supported You should be able to swap the gdal19.dll we used with a MSVC2010-built equivalent 1.9.x dll from that site - Jackie

Re: [mapguide-users] Another way to list selection

2013-03-14 Thread Jackie Ng
Are you sure you want to be generate a separate selection XML fragment *for each* property *of each* feature? What you trying to do? Zoom to a selected feature? Then skip this selection XML generation business and just get the centroid of the geometry of each selected feature and just emit a

Re: [mapguide-users] How to specify selText in Fusion's setSelection(selText, zoomTo)?

2013-03-15 Thread Jackie Ng
You'd probably use it as an emitted JS call from a server-side script, plugging in the MgSelection.ToXml() for the selText parameter - Jackie -- View this message in context:

Re: [mapguide-users] Maestro API 4 - RunTimeMap has no display scales on layers

2013-03-15 Thread Jackie Ng
Looks like a bug. - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Maestro-API-4-RunTimeMap-has-no-display-scales-on-layers-tp5040619p5040684.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___

[mapguide-users] MapGuide Open Source 2.5 RC1 released

2013-03-16 Thread Jackie Ng
We are pleased to announce that the MapGuide Open Source project team has made MapGuide Open Source 2.5 RC1 available Release notes: http://trac.osgeo.org/mapguide/wiki/Release/2.5/Notes Downloads: http://trac.osgeo.org/mapguide/wiki/Release/2.5/Notes#Installation Documentation: Updated

Re: [mapguide-users] MapGuide Open Source 2.5 RC1 released

2013-03-17 Thread Jackie Ng
Linux builds are now also available - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/MapGuide-Open-Source-2-5-RC1-released-tp5040885p5040979.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___

Re: [mapguide-users] MG 2.5 RC ............ wishing list

2013-03-17 Thread Jackie Ng
In fusion/layers/MapGuide/php/LoadScaleRanges.php change the value of $maxIconsPerScaleRange We cap this number off for a reason: http://themapguyde.blogspot.com.au/2011/12/fusion-is-actually-usable-now.html - Jackie -- View this message in context:

Re: [mapguide-users] MapGuide Open Source 2.5 RC1 released

2013-03-17 Thread Jackie Ng
If you set the AutogenerateLayerNames extension property to false, the widget will prompt you for the layer name instead of automatically naming it RedlineLayer[1...n] - Jackie -- View this message in context:

Re: [mapguide-users] MapGuide Open Source 2.5 RC1 released

2013-03-17 Thread Jackie Ng
SHP can only be point, line or polygon and not any combination thereof, which is why the SHP button is disabled if multiple types are checked. This is a limitation of the SHP file format itself and not our problem. - Jackie -- View this message in context:

Re: [mapguide-users]   Overlay layer problem with Bing (Mguide Maestro5.0)

2013-03-17 Thread Jackie Ng
Your Map Definition *must* be in WGS84.PseudoMercator. This requirement is non-negotiable if you want to drape your map over commercial layers. - Jackie -- View this message in context:

Re: [mapguide-users] can't use mapguide os on ubuntu 12.04

2013-03-18 Thread Jackie Ng
To my knowledge, both apache and mapguide *have* to run as root. Not running as root means ports cannot be opened for access. - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/can-t-use-mapguide-os-on-ubuntu-12-04-tp5041038p5041055.html Sent from the MapGuide Users

Re: [mapguide-users] Selection image opacity in Fusion

2013-03-19 Thread Jackie Ng
Rendering disregards selection opacity. It's a known issue: http://trac.osgeo.org/mapguide/ticket/852 - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Selection-image-opacity-in-Fusion-tp5041353p5041355.html Sent from the MapGuide Users mailing list archive at

Re: [mapguide-users] Safari1or2 is undefined

2013-03-19 Thread Jackie Ng
Try updating your browserdetect.js http://trac.osgeo.org/mapguide/browser/trunk/MgDev/Web/src/viewerfiles/browserdetect.js The one linked above defines safari1or2 - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Safari1or2-is-undefined-tp5041061p5041356.html

Re: [mapguide-users] Get the visible layer properties

2013-03-19 Thread Jackie Ng
If these are selected features, then MgSelection.GetSelectedFeatures is simpler as you can pass in a flag that states that the MgFeatureReader returned only contains properties specified in your Layer Definition - Jackie -- View this message in context:

Re: [mapguide-users] Get the visible layer properties

2013-03-19 Thread Jackie Ng
If you create a new MgMap with an empty constructor, you're not going to get all these nice convenience APIs. That constructor has been deprecated a long time ago. http://trac.osgeo.org/mapguide/wiki/MapGuideRfc9 - Jackie -- View this message in context:

Re: [mapguide-users] MG 2.4 RC1: PostGIS objects not selectable

2013-03-20 Thread Jackie Ng
FDO Toolbox does not bundle libpq.dll (the PostgreSQL client library dll). So you must put this dll into the FDO directory or a directory that's in the system's PATH environment variable. http://themapguyde.blogspot.com.au/2011/04/out-of-box-mapguidefdo-experience-or.html - Jackie -- View

[mapguide-users] Usability of Redline, Query, Theme, Measure, Buffer, FeatureInfo

2013-03-20 Thread Jackie Ng
Hi All, I was hoping to get this discussion started before I put out the MGOS 2.5 RC, but better to raise this now than to have this problem not fixed for the final release and having to wait for another release cycle for the fix to land. The problem is a minor segway from this thread:

Re: [mapguide-users] MGOS 2.4, MSSQL 2008 R2 Spatial View not selectable in Mapguide

2013-03-20 Thread Jackie Ng
http://themapguyde.blogspot.com.au/2013/03/mapguide-tidbits-golden-rule-of.html - Jackie -- View this message in context: http://osgeo-org.1560.n6.nabble.com/MGOS-2-4-MSSQL-2008-R2-Spatial-View-not-selectable-in-Mapguide-tp5041741p5041749.html Sent from the MapGuide Users mailing list archive

Re: [mapguide-users] Mobile viewer for Mapguide Enterprise 2009, Jackie please help

2013-03-20 Thread Jackie Ng
The OpenLayers.Layer.MapGuide object is probably sending v2.1.0 GETDYNAMICMAPOVERLAYIMAGE requests to your v2.0.0 mapagent (MGE2009 - MGOS 2.0.x) I don't know whether current OpenLayers.Layer.MapGuide still supports the older request format. - Jackie -- View this message in context:

<    8   9   10   11   12   13   14   15   16   17   >