Re: [mapguide-users] Invoke url

2009-08-31 Thread James Card
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
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/mailman/li

Re: [mapguide-users] Search Multiple Layers

2009-08-26 Thread James Card
ave to write some custom 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 Calif

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

2009-08-13 Thread James Card
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 ___ mapguide-users ma

Re: [mapguide-users] Them Layers acting up

2009-08-12 Thread James Card
your map is actually themed properly, and only the display in the legend is truncated. If you right-click on the layer-name in the legend there should be an option to "show long theme" or "expand legend theme" or something similar. That should then display all the theme ca

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

2009-08-05 Thread James Card
st 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

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

2009-07-31 Thread James Card
ResourceID = new MgResourceIdentifier("Session:".$HTTP_SESSION_VARS['mgSessionId']."//FloorPlans.MapDefinition"); $resourceService->SetResource($tempResourceID, $byteSource->GetReader(), null); // Finally, the WebLayout @@@

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

2009-07-31 Thread James Card
this list last 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-u

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

2009-06-02 Thread James Card
updating each feature source. This is what we routinely do when moving an app from one server to another. It takes only a few minutes with a good text editor to do a global search-and-replace of the paths in all the affected XML files and then zip it all back up. -- James Card California CAD

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 M

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

2009-05-27 Thread James Card
this procedure: <http://support.microsoft.com/kb/223300>. -- 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/li

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

2009-05-27 Thread James Card
.1.0 and remove any references to MGOS or PHP from 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 wrote: James, you can extract the

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

2009-05-26 Thread James Card
t 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

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 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 - FAX

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

2009-05-15 Thread James Card
make this work, and of course you must have a page to forward the data to. I'll admit that the change 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 mo

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

2009-05-15 Thread James Card
l 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 mai

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

2009-05-14 Thread James Card
s from 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 mapgu

Re: [mapguide-users] Scribble Coordinate System

2009-02-12 Thread James Card
he quoted text string that began with '"PROJCS[' ends at the first '"' (double-quote) it encounters; the '\"' tells the program that this quote character is part of the data, 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
l 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 - Voi

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

2008-12-11 Thread James Card
ature 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/listinfo/mapguide-users

Re: [mapguide-users] Modify dynamically a layer

2008-11-18 Thread James Card
On Tue, 18 Nov 2008 07:04:02 -0800, Francis MILHAU <[EMAIL PROTECTED]> wrote: The method is to use Session repository to modify feature,layer,map and layout and so the map is loaded with this parameters modify ! Can you confirm ? Yes, that is the way it works. -- James Card Californ

Re: [mapguide-users] Modify dynamically a layer

2008-11-10 Thread James Card
ss to modify your map definition 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 - Voi

Re: [mapguide-users] Search Function

2008-11-05 Thread James Card
n the template file (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 _

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

2008-10-07 Thread James Card
MF for now http://www.esri.com/software/arcgis/extensions/publisher/about/publishing.html The MapGuide analog to the PMF would be a DWF file. These can be created using AutoCAD Map and other Autodesk products, but I don't think that MapGuide will allow you to create them. -- James Card

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

2008-10-06 Thread James Card
urces get included 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 h

Re: [mapguide-users] Unmanaged Performance

2008-10-02 Thread James Card
ations pointing to the complete 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 ___

Re: [mapguide-users] passing data using invoeurl

2008-08-25 Thread James Card
erify that the LayerDefinition matched the theme specifications they had given us. -- 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.osg

Re: [mapguide-users] passing data using invoeurl

2008-08-21 Thread James Card
n, and when I do we'll add an index page at 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.osg

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: http://www.calcad.com/MGOS/PassData.html>. -- James Card California CAD Solutions, Inc. 209-578-558

Re: [mapguide-users] Create report nder mapguide2

2008-08-18 Thread James Card
t work in php and would like to share the knowledge i will be very grateful. It is working for us using MapGuide Open Source 2.01 and the version of PassData at http://www.calcad.com/MGOS/passData.html>. -- James Card California CAD Solutions, Inc. 209-578-5580 - Voice 209-521-6

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

2008-08-01 Thread James Card
to save 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

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

2008-05-29 Thread James Card
kind client-side. Then the administrator 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-

Re: [mapguide-users] Fusion - one AppDef many maps best approach?

2008-05-13 Thread James Card
s, but they're both using the AJAX viewer. -- 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 6.5 co-resident with MGOS 2.0

2008-03-18 Thread James Card
On Tue, 18 Mar 2008 09:42:22 -0700, djonio <[EMAIL PROTECTED]> wrote: Can/Will the old MapGuide 6.5 reside and run on the same server as MGOS 2.0? Yes. We've got them both running on the same machine with no conflicts. -- James Card California CAD Solutions, Inc. 209 578-558

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

2008-03-06 Thread James Card
ElementsByTagName('ResourceId')->item(0); $ResourceNode->nodeValue = 'Session:'.$HTTP_SESSION_VARS["mgSessionId"].'//Project_1.MapDefinition'; // Get the updated Layout definition from the DOM object and save it // to the reposito

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

2008-02-07 Thread James Card
> wrote: It's 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 d

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

2008-02-06 Thread James Card
speed degrade noticeably? -- 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] Mapguide 1.20 Server Crash, can't restart

2008-01-22 Thread James Card
The other thing 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 defini

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

2008-01-22 Thread James Card
ckmark 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 map

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

2007-12-20 Thread James Card
ded for that page is one of the items contained in the layer definition (the 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@lis

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

2007-11-28 Thread James Card
the layout. Of course, 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 mapg

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

2007-11-07 Thread James Card
ed for that user. Perhaps we 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] newbie question about security

2007-11-06 Thread James Card
ver to just load the appropriate layout after the user was authenticated. Since we only had four secuirty groups this was a simple solution. If the were many different combinations of layer permissions required it would be too cumbersome to maintain a separate map and layout for each. --

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

2007-11-05 Thread James Card
s just 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
our ZoomToView? I 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

Re: [mapguide-users] MGOS 2.0...

2007-10-18 Thread James Card
iscussed on it on this list actually entered it in Trac: it is not possible to filter a layer based on data from a joined table. It is there now: http://trac.osgeo.org/mapguide/ticket/292 >. -- James Card 209-578-5580 ___ mapguide-users mailing l

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 appli

Re: [mapguide-users] MGOS 1.2.0 Filter On Joined Field

2007-09-19 Thread James Card
e SDF, but we can't filter on fields from a joined table (even though the fields from the joined table are visible in the Properties pane, so we know the join is working). -- James Card 209-578-5580 ___ mapguide-users mailing list mapguide-us

[mapguide-users] MGOS 1.2.0 Filter On Joined Field

2007-09-17 Thread James Card
ust searched through Trac and did not find a ticket on this. Is this feature working working for others (which would indicate that I have simply misconfigured my filter definition)? -- James Card 209-578-5580 ___ mapguide-users mailing list mapgu

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

2007-09-11 Thread James Card
g/2001/XMLSchema"; xsi:noNamespaceSchemaLocation="FeatureSource-1.0.0.xsd"> OSGeo.SDF File D:\Projects\Data\StanCoGIS\SDF\firedist.sdf ReadOnly TRUE -- James Card 209-578-5580 ___ mapguide-users mailing list mapguide-users@list

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

2007-09-01 Thread James Card
avoid paths containing SPACE characters -- still bad juju 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

Re: [mapguide-users] SVG output

2007-08-28 Thread James Card
eavily upon client-side scripting. You might want to look at http://mapyrus.sourceforge.net/ > for simple generation of SVG maps. http://www.carto.net/papers/svg/ > has many useful examples, source code, and discussion of the issues involved in SVG maps. -- James

[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
ng to join an SDF file to a database 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 ___ mapgui

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

2007-08-08 Thread James Card
L. I think it is time 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] Linux ODBC Connections To Oracle

2007-08-08 Thread James Card
/data_access/odbc_oracle_driver/index.html Oracle Instant Client - http://www.oracle.com/technology/software/tech/oci/instantclient/htdocs/linuxsoft.html We are concerned about cost and ease of implementation. Any experience you can relate about either product would be helpful. -- James

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

2007-08-03 Thread James Card
ly a good troubleshooting step when a provider fails to execute. Thanks Zak! Indeed the libFdoODBC.so library is missing. Looks like I'll be rebuilding FDO. -- James Card 209 578-5580 ___ mapguide-users mailing list mapguide-users@list

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

2007-08-03 Thread James Card
On Fri, 03 Aug 2007 11:50:19 -0700, James Card <[EMAIL PROTECTED]> wrote: MapGuide Studio returns the following error when trying to select a DSN for an ODBC data connection: Operation failed The remote server returned an error: (559) MgFdoException. Further detail from the Ma

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

2007-08-03 Thread James Card
nters 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 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

[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

Re: [mapguide-users] number of wms layer

2007-07-26 Thread James Card
image successfully. so i was wondering is there any limitation of the layer in using wms service? The file returned is probably nothing more than an XML or plain-text error message that, when examined, should yield some clue about wht your request failed. -- James Card 209-57

Re: [mapguide-users] Opening a URL from a layer

2007-07-20 Thread James Card
led on their local machine. In the MapGuide Studio help files look at these sections: "Connecting to an ODBC Database" "Using Feature Joins" "Specifying the Properties to Display in the Viewer" -- James Card 209-578-5580 ___

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

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

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

2007-07-17 Thread James Card
layer, but returns nothing for the line layer. Anyone get this to work for line queries? It may help to add the FEATURE_COUNT parameter to your request. There is a defect reported at http://trac.osgeo.org/mapguide/ticket/225 > that relates to this; the discussion there may be helpful.

Re: [mapguide-users] Missing "IN" Operator For Layer Filters

2007-07-13 Thread James Card
esting. MapGuide Studio doesn't have any provision for the IN operator in the filter editor dialog so it's likely I mistyped something and didn't see it. Here's the exact syntax that did work (spaces don't seem to be critical): "SPID IN ('1901',

[mapguide-users] Missing "IN" Operator For Layer Filters

2007-07-13 Thread James Card
ave I overlooked something somewhere? 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
uldn't see 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 T

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

2007-06-27 Thread James Card
On Wed, 27 Jun 2007 07:54:18 -0700, martijni <[EMAIL PROTECTED]> wrote: I'm looking at it, but wasn't there an easier way to just get rid of the decimals? Only for labels and tooltips; that method does not work in the properties pane. -- James C

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

2007-06-25 Thread James Card
obably 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
ch we used for http://demos2.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] SDF SQL Thematic issue

2007-06-19 Thread James Card
a bug? This is a known problem with early builds of MapGuide OS 1.2.0. I think the RC2 version released yesterday is supposed to correct that problem, but we are just beginning our testing so I can't verify yet that it has been fixed. -- James Card 2

[mapguide-users] MapGuide 1.1.0 On Red Hat EL 4

2007-06-13 Thread James Card
one point me to a step-by-step guide (I'm not very Linux-friendly yet) to how we might install and use those libraries? Is there some other way to resolve this problem? -- James Card 209-578-5580 ___ mapguide-users mailing list mapguide-users@

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

2007-06-12 Thread James Card
e 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
Not in any practical 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 Vo

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

2007-06-08 Thread James Card
ng the dialogs inside 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
ularity in the handheld and embedded 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 __

Re: [mapguide-users] Problem with legend - style

2007-06-01 Thread James Card
n of the xml file Header is empty But when I did it this way I received an exception. Is this the way you should do it, or did you mean something else? That is exactly the procedure we use here. Did you mistype the Resource ID? Is your XML file valid? -- James Card California CAD Solutions,

Re: [mapguide-users] Multiple Projects

2007-06-01 Thread James Card
erver/repository tree. -- James Card California CAD Solutions, Inc. 209 578-5580 ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

Re: [mapguide-users] Problem with legend - style

2007-05-31 Thread James Card
tion, edit it to remove the unneeded sections, and then reload the XML using the mapagent interface. -- James Card California CAD Solutions, Inc. 209 578-5580 ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/