Re: [mapguide-users] Invoke url

2009-08-31 Thread James Card
the same as the one for PHP; most folks have little difficulty sorting out the syntax differences between the languages so they can port the sample code from one to the other. -- James Card California CAD Solutions, Inc. 209-578-5580 - Voice 209-521-6493 - FAX

Re: [mapguide-users] Invoke url

2009-08-30 Thread James Card
do that with the code available here: http://www.calcad.com/MGOS/PassData.html. -- James Card California CAD Solutions, Inc. 209-578-5580 - Voice 209-521-6493 - FAX ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org

Re: [mapguide-users] Search Multiple Layers

2009-08-26 Thread James Card
code for this in PHP/Java/.Net. Some folks run this custom search code in the task pane of the map viewer, others build a custom search front-end that doesn't load the map until the user selects the feature(s) they want from the search results. -- James Card California CAD Solutions, Inc

Re: [mapguide-users] Change order of fields displayed in properties pane?

2009-08-13 Thread James Card
. This causes them to be sorted according to number of leading spaces, but since HTML collapses whitespace to a single space the display still looks looks good. -- James Card California CAD Solutions, Inc. 209-578-5580 - Voice 209-521-6493 - FAX

Re: [mapguide-users] Them Layers acting up

2009-08-12 Thread James Card
. -- James Card California CAD Solutions, Inc. 209-578-5580 - Voice 209-521-6493 - FAX ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Fwd: Adding layer permanently to a map dynamically

2009-08-05 Thread James Card
it in the list archive, the address of which is included in the headers of every message: List-Archive: http://lists.osgeo.org/pipermail/mapguide-users. I posted some sample code in that thread that shows how to modify the MapDefinition. -- James Card California CAD Solutions, Inc. 209-578-5580

Re: [mapguide-users] Having problem in adding a layer to the map permanently

2009-07-31 Thread James Card
year that shows how this is done (sorry I don't have quick access to that code, nor the mail archive, right now to find it again). -- James Card California CAD Solutions, Inc. 209-578-5580 - Voice 209-521-6493 - FAX ___ mapguide-users mailing list

Re: [mapguide-users] Having problem in adding a layer to the map permanently

2009-07-31 Thread James Card
, strlen($LayerDefinition)); $byteSource-SetMimeType(MgMimeType::Xml); $tempResourceID = new MgResourceIdentifier(Session:.$HTTP_SESSION_VARS['mgSessionId'].//FloorPlans.WebLayout); $resourceService-SetResource($tempResourceID, $byteSource-GetReader(), null); -- James Card

Re: [mapguide-users] ALIAS keeping old path in Package

2009-06-02 Thread James Card
. -- James Card California CAD Solutions, Inc. 209-578-5580 - Voice 209-521-6493 - FAX ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] 2.1 installation problem

2009-06-01 Thread James Card
Aha! That explains why I was getting the same symptoms last week. Perhaps we could persuade someone to add a note to the downloads page at http://mapguide.osgeo.org/download/releases/2.1.0. -- James Card California CAD Solutions, Inc. 209-578-5580 - Voice 209-521-6493 - FAX On Mon, 01 Jun

Re: [mapguide-users] MapGuide Open Source 2.1 beta -- Installer Problem

2009-05-27 Thread James Card
the filesystem, registry and IIS metabase, then we'll try again. -- James Card California CAD Solutions, Inc. 209-578-5580 - Voice 209-521-6493 - FAX On Tue, 26 May 2009 17:06:14 -0700, Jason Birch jason.bi...@nanaimo.ca wrote: James, you can extract the MSI and VS redist from the .exe file

Re: [mapguide-users] MapGuide Open Source 2.1 beta released

2009-05-26 Thread James Card
On Tue, 26 May 2009 12:53:50 -0700, Andrew DeMerchant andrew.demerch...@gemtec.ca wrote: Am I the only one having trouble downloading this? Twice now the download has proceeded to 34.5MB of data and then died. -- James Card California CAD Solutions, Inc. 209-578-5580 - Voice 209-521-6493

[mapguide-users] MapGuide Open Source 2.1 beta -- Installer Problem

2009-05-26 Thread James Card
cannot find the MSI log files (except for the VCRedist prerequisite) so I can't figure out exactly what is failing. I'll try uninstalling MGOS 2.0.2 and clearing any remnants of that install from the IIS metabase, and then reinstall 2.1.0. -- James Card California CAD Solutions, Inc. 209-578

Re: [mapguide-users] AJAX/FUSION Viewer :: Pass data from Flash to Map (2 Frames)

2009-05-15 Thread James Card
using that code on our MGOS 2.0.2 servers (same code base as MapGuide Enterprise 2009). That portion of the MapGuide API is unchanged. -- James Card California CAD Solutions, Inc. 209-578-5580 - Voice 209-521-6493 - FAX ___ mapguide-users mailing list

Re: [mapguide-users] AJAX/FUSION Viewer :: Pass data from Flash to Map (2 Frames)

2009-05-15 Thread James Card
from MapGuide 6.5 to MapGuide Enterprise is a difficult one; there is much to learn about the new architecture -- it is a dramatically different set of technologies than the old one. Much more of the processing happens server-side now. -- James Card California CAD Solutions, Inc. 209-578-5580

Re: [mapguide-users] AJAX/FUSION Viewer :: Pass data from Flash to Map (2 Frames)

2009-05-14 Thread James Card
the selection set. The code samples page at http://trac.osgeo.org/mapguide/wiki/CodeSamples may also be useful. -- James Card California CAD Solutions, Inc. 209-578-5580 - Voice 209-521-6493 - FAX ___ mapguide-users mailing list mapguide-users

Re: [mapguide-users] Scribble Coordinate System

2009-02-12 Thread James Card
, not the end of the data. -- James Card California CAD Solutions, Inc. 209-578-5580 - Voice 209-521-6493 - FAX ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Layer visibility control

2009-01-05 Thread James Card
also need to update your map definition to use the new layer in the session repository, and then modify the layout definition to read your modified map definition. We do this in a couple of our maps and performance is good. -- James Card California CAD Solutions, Inc. 209-578-5580 - Voice 209-521

Re: [mapguide-users] Does anyone use Feature Joins?

2008-12-11 Thread James Card
files. Feature joins are still too slow for real-world use we've tried. -- James Card California CAD Solutions, Inc. 209-578-5580 - Voice 209-521-6493 - FAX ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman

Re: [mapguide-users] Modify dynamically a layer

2008-11-10 Thread James Card
to point to the modified layer definition (that is now in the Session repository rather than in the Library repository), and then modify your layout definition to point to the new map definition. -- James Card California CAD Solutions, Inc. 209-578-5580 - Voice 209-521-6493 - FAX

Re: [mapguide-users] Search Function

2008-11-05 Thread James Card
(but remember that it will affect all layers in all maps, and that file will be overwritten when you upgrade MapGuide to the next release). -- James Card California CAD Solutions, Inc. 209-578-5580 - Voice 209-521-6493 - FAX ___ mapguide-users mailing

Re: [mapguide-users] Packaging MapGuide Site for Clients

2008-10-06 Thread James Card
in the package and it is pretty much a case of load the package and everything works. -- James Card California CAD Solutions, Inc. 209-578-5580 - Voice 209-521-6493 - FAX ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org

Re: [mapguide-users] Unmanaged Performance

2008-10-02 Thread James Card
path of the individual files (we don't use the directory alias mechanism). Performance across network shares is too sluggish. -- James Card California CAD Solutions, Inc. 209-578-5580 - Voice 209-521-6493 - FAX ___ mapguide-users mailing list mapguide

Re: [mapguide-users] passing data using invoeurl

2008-08-21 Thread James Card
, and when I do we'll add an index page at URL:http://www.calcad.com/MOGS/. -- James Card California CAD Solutions, Inc. 209-578-5580 - Voice 209-521-6493 - FAX ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman

Re: [mapguide-users] passing data using invoeurl

2008-08-20 Thread James Card
On Wed, 20 Aug 2008 15:06:48 -0700, oamram [EMAIL PROTECTED] wrote: i am trying to pass data of selected feature using invokeurl and display it in a new php page. This might help: URL:http://www.calcad.com/MGOS/PassData.html. -- James Card California CAD Solutions, Inc. 209-578-5580 - Voice

Re: [mapguide-users] How to export a WebLayouts toolbox and menu configuration

2008-08-01 Thread James Card
the layouts as XML files and then merge the toolbox/contextmenu/task sections from the source XML file into the target XML, then reload the modified XML file for the layout onto the target server. -- James Card California CAD Solutions, Inc. 209-578-5580 - Voice 209-521-6493 - FAX

Re: [mapguide-users] Permissions Model, restricting layers and error logging

2008-05-29 Thread James Card
can use the authoring tools and server logs to discover the specifics of the error. -- James Card California CAD Solutions, Inc. 209-578-5580 - Voice 209-521-6493 - FAX ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http

Re: [mapguide-users] Dynamically Modify SDF Source at runtime problem

2008-03-06 Thread James Card
, $byteSource-GetReader(), null); } catch (MgException $e) { echo 'pre class=error MgException'.$e-GetMessage().'/pre'; echo 'pre class=error MgException'.$e-GetDetails().'/pre'; } -- James Card California CAD Solutions, Inc. 209 578-5580 Voice 209 521-6493 FAX

Re: [mapguide-users] MapGuide OpenSource On VM-Ware Servers

2008-02-07 Thread James Card
a little bit slower for me. James Card a écrit : VMware, compared to running the server on the bare machine. I know some of the folks here are running the MapGuide server in VMware environments -- have any of you made any comparison tests? Is more RAM required? Does speed degrade noticeably

Re: [mapguide-users] Changing Visibility for one layer affects others

2008-01-22 Thread James Card
is back. This is normal behavior for folders; you'l have to look at the attributes on the files themselves. -- James Card California CAD Solutions, Inc. 209 578-5580 Voice 209 521-6493 FAX ___ mapguide-users mailing list mapguide-users@lists.osgeo.org

Re: [mapguide-users] Mapguide 1.20 Server Crash, can't restart

2008-01-22 Thread James Card
that sometimes works for me is open the Services applet in Control Panel, edit the properties of the MapGuide service there and set the service to disabled, apply, and then set the service back to automatic. From the error log I'd guess that one of your FeatureSource definitions is bad. -- James Card

Re: [mapguide-users] Is there an easy way to replicate a site without rebuilding themes

2007-12-20 Thread James Card
for that page is one of the items contained in the layer definition (the ResourceId / element). It is not easy -- but it is definitely easier than retheming a complex layer. -- James Card 209-578-5580 ___ mapguide-users mailing list mapguide-users

Re: [mapguide-users] MG 1.1 with Opera?

2007-11-28 Thread James Card
, with the change to the Fusion interface in MapGuide Open Source 2.0 there may be less incentive for someone to make the current AJAX viewer work with Opera. -- James Card 209-578-5580 ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http

Re: [mapguide-users] Security on layers or featureSource

2007-11-07 Thread James Card
need to submit an enhancement request? although I tend to think of the current behavior as a bug. -- James Card 209-578-5580 ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] extracting the contents of .mgp file

2007-11-05 Thread James Card
a ZIP archive. Open it using your favorite unzip program and you have everything you need. -- James Card 209-578-5580 ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Zoom to selection and set new scale

2007-10-22 Thread James Card
usually resolve this by changing the minScale variable in ajaxmappane.templ, but this affects all applications on the server and gets overwritten when I installed a new version of MapGuide. The better way would be to override that function in code that loads separately. -- James Card 209-578

Re: [mapguide-users] ODBC Support In PHP On Linux

2007-10-09 Thread James Card
On Tue, 09 Oct 2007 00:43:18 -0700, Ismael Cams [EMAIL PROTECTED] wrote: did you ever find a solution for this ? James Card wrote: When you install MapGuide OS on Linux the default install does not include ODBC support in the PHP instance that MapGuide installs. Since our application

Re: [mapguide-users] How to prepare the unmanaged feature source?

2007-09-11 Thread James Card
-- James Card 209-578-5580 ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Connecting to remote files using mapagent ?

2007-09-01 Thread James Card
for Windows machines). -- James Card 209-578-5580 ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

[mapguide-users] WMS GetFeatureInfo Available Only If Visble At Full Scale?

2007-08-15 Thread James Card
closely the map is zoomed in. Are others seeing this behavior? Is this by design? or is it a bug? -- James Card 209-578-5580 ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Error while trying to join with feature source

2007-08-12 Thread James Card
FeatureSource? Only the first method has ever worked for me. You might also double-check your providers.xml file. -- James Card California CAD Solutions, Inc. 209 578-5580 Voice 209 521-6493 FAX ___ mapguide-users mailing list mapguide-users

[mapguide-users] Linux ODBC Connections To Oracle

2007-08-08 Thread James Card
be helpful. -- James Card 209-578-5580 ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Linux ODBC Connections To Oracle

2007-08-08 Thread James Card
to check out instantclient. -- James Card 209-578-5580 ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

[mapguide-users] MGOS 1.2.0 On Linux: Error 559 MgFdoException Whe Selecting ODBC DSN

2007-08-03 Thread James Card
on where to look next? -- James Card 209-578-5580 ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

[mapguide-users] ODBC Support In PHP On Linux

2007-07-31 Thread James Card
about recompiling PHP with ODBC support, without messing up our MapGuide install? -- James Card 209-578-5580 ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

[mapguide-users] ODBC Required For Database Joins?

2007-07-31 Thread James Card
We know that ODBC is required for database joins to works in MapGuide on Windows. Is that also true under Linux? Can we install the MySQL FDO provider and use that to join to our SDF layers? -- James Card 209-578-5580 ___ mapguide-users mailing

Re: [mapguide-users] Install error MGOS 1.1.0 Linux RHEL 4

2007-07-20 Thread James Card
MapGuide 1.2: For RedHat Enterprise Linux 4 you need GCC 3.4.6 URL: http://mapguide.osgeo.org/1.2/docs/BuildInstallQuickStartLinux.html -- James Card 209-578-5580 ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org

Re: [mapguide-users] GetFeatureInfo does not work for line data

2007-07-17 Thread James Card
. -- James Card 209-578-5580 ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

[mapguide-users] Missing IN Operator For Layer Filters

2007-07-13 Thread James Card
? Is there a better way of doing this? -- James Card 209-578-5580 ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Symbols in the legend section

2007-07-08 Thread James Card
all the symbols in the legend frame only (…). Moreover, I defined one scale range for all the different symbols (1:50,000). It is possible to see all the symbols in the map area but not in the legend area. Right-click on the layer-name in the legend and select Show Long Theme. -- James

Re: [mapguide-users] RE: Several small lay-out questions

2007-06-25 Thread James Card
-- it is probably better to override that function with one of your own in your wrapper files. -- James Card 209-578-5580 ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Multiple URLs

2007-06-21 Thread James Card
.calcad.com/RABA/ . -- James Card 209-578-5580 ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] RE: Desktop implementation of MapGuide

2007-06-12 Thread James Card
with Autodesk's older versions of MapGuide. -- James Card 209-578-5580 ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] mapguide library!

2007-06-09 Thread James Card
manner. The only practical access to that data outside of Studio is through the mapagent interface. It would not be difficult to build a script that extracts all the LayerDefinitions and such to separate XML files. -- James Card California CAD Solutions, Inc. 209 578-5580 Voice 209 521-6493

Re: [mapguide-users] Programmatic Layer Manipulations with Filters and Postgres / Postgis

2007-06-08 Thread James Card
MapGuide Studio? -- James Card 209-578-5580 ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Opera browser and MGOS

2007-06-06 Thread James Card
devices markets might make one want to devote the resources required to make it work, if someone felt those market segments were important enough. -- James Card California CAD Solutions, Inc. 209 578-5580 Voice 209 521-6493 FAX ___ mapguide-users mailing