RE: [mapguide-users] Case insensitive filter with search

2007-10-25 Thread Dave Wilson
Ideally you have to apply your function to both sides of the expression because the data source you are filtering on may be mixed, lower or uppercase. This was an issue was partially addressed by a couple of FDO fixes if this was an FDO expression. I'm not completely sure it works though as I ro

Re: [mapguide-users] How to prepare unmanaged DWF Drawingsource?

2007-10-25 Thread Carl
Thank you. I tried your method but can't access the DWF file as a folder. I seached internet and found another way to get the sheets' names, which is based on SharpZipLib. using System.IO; using ICSharpCode.SharpZipLib.BZip2; using ICSharpCode.SharpZipLib.Zip; using ICSharpCode.SharpZipLib.Zip.C

RE: [mapguide-users] WMS client and multiple projections

2007-10-25 Thread Jason Birch
I did not have any luck in the limited time I had to try to figure this out, but theoretically I think that you can set up a config file for the WMS provider (similar to what you can do with the GDAL provider) and specify overrides. The (outdated, I think) XML schema is here: http://trac.osgeo.or

RE: [mapguide-users] Building MGOS 1.2 on Ubuntu Server 7.04

2007-10-25 Thread Jason Birch
Hi Jo (and others), If you're feeling adventurous, Greg Boone has just added some preliminary support for Linux builds of PostGIS and OGR to the FDO SVN trunk. There are still some glitches though... :) I've been trying to figure out how to mount a new virtual disk so I can start testing on the

RE: [mapguide-users] Edit digitizing style

2007-10-25 Thread Andy Morsell
Take a look at the ajaxmappane.templ file. Specifically, the DigitizePoint, DigitizePolygon, and so on functions. Each one calls StartDigitizing which then calls a digitizer from the digitize.js script file. The digitizer has a parameter that is color (fbColor). It is the 6th parameter (the def

RE: [mapguide-users] Google new version problem

2007-10-25 Thread Jason Birch
How are you trying to load the KML? What steps are you following? It's working for me when I make a query of parcels with value > 50 However, the MIME type doesn't appear to be set properly be that sample app, so when I click on the initial kml file I have to save it to disk before running i

Re: [mapguide-users] Case insensitive filter with search

2007-10-25 Thread Kenneth, GEOGRAF A/S
One way of dealing with it would be to apply the lower() function in PHP to the $USER_VARIABLE, and use that as the "Left operand". Regards, Kenneth, GEOGRAF A/S Ismael Cams skrev: Hello, is there any way to make the search tool (and in global the FDO filter) case insensitive. I have tried

[mapguide-users] Edit digitizing style

2007-10-25 Thread ruivilanova
Hi, does anyone know if it's possible to edit the digitizing line style? I mean, I want a red line instead of a black one. Thanks in advance, Rui -- View this message in context: http://www.nabble.com/Edit-digitizing-style-tf4691477s16610.html#a13408727 Sent from the MapGuide Users maili

[mapguide-users] Case insensitive filter with search

2007-10-25 Thread Ismael Cams
Hello, is there any way to make the search tool (and in global the FDO filter) case insensitive. I have tried with Lower("ZONE") LIKE Lower('$USER_VARIABLE%') but it throws an MgUnclassified error and when using Studio to build the expression it says it is not allowed to have expressions in the l

Re: [mapguide-users] Building MGOS 1.2 on Ubuntu Server 7.04

2007-10-25 Thread Ray Holtz
Joe, And thats exactly why I wanted to return some help/advise to the list that has helped me out so much too. Thanks to everyone that is ever able to help someone else on this list! Ray Jo Cook wrote: Hi Ray, Thanks! I went through a lot of pain and torment as well (and still am actually- wa

[mapguide-users] WMS client and multiple projections

2007-10-25 Thread Gunter Becker
Hi, I want to use MapGuide as WMS client. The WMS Server I want to connect supports different projections such as EPSG:4326, EPSG:31467 and more. I successfully connected to the Wms Server and I can see the layer in the layer preview in MapGuideStudio 2008 (looks like EPSG:4326). In my MapDefini

Re: [mapguide-users] hide layer on box checked

2007-10-25 Thread Kenneth, GEOGRAF A/S
You cannot use the SessionID directly to access resources. It must be used to build an URI like this: "Session://Map1.Map" where "" is the value you get from GetSessionId(). This is mentioned on page 19 in the manual. Regards, Kenneth, GEOGRAF A/S dorra2007 skrev: I used this function to ge

RE: [mapguide-users] Mapuide open source

2007-10-25 Thread Simon Pelicon
Hi, Probably there is no Indentity Propertiy defined for FDO class. There is no identity property defined if there is no primary key for that table. You can check this using Fdo2Fdo tool. Simon From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [mapguide-users] hide layer on box checked

2007-10-25 Thread dorra2007
I used this function to get the session ID : document.myform.session.value=parent.parent.mapFrame.GetSessionId(); But I have this error: The session ID is invalid because the session separator character was not found Have you an idea about the "session separator"? Regards. Kenneth, GEOGRAF

[mapguide-users] Google new version problem

2007-10-25 Thread SUDIP (INDIA)
Dear all, I install a new beta verion of google earth (version 4.2.0198.2451 (beta)). But it does not show the google kml file which generated by Mapguide http://data.mapguide.com/mapguide/DynamicKml/GoogleEarth.php it prompt me to download the file with no extension. one more thing the same

Re: [mapguide-users] Building MGOS 1.2 on Ubuntu Server 7.04

2007-10-25 Thread Jo Cook
Hi Ray, Thanks! I went through a lot of pain and torment as well (and still am actually- waiting for a postgis driver I can figure out how to do anything with). But- I got a lot of help from the mapguide development team at Autodesk, and eventually got through it. It's cool to be able to help peo

Re: [mapguide-users] Virtual machine with Ubuntu Server (6.06 or 7.04) and MGOS 1.2

2007-10-25 Thread Jo Cook
Hi Rudy, I might be able to help you out with this. I think you should have enough information to get through the build now if you start with a fresh virtual machine, but if you want talk more about providing a virtual machine then contact me off list. All the best Jo rudy.pavan wrote: > >

[mapguide-users] Mapuide open source

2007-10-25 Thread Marius Jansen van Rensburg
Hi guys I am currently authoring a map on mapguide open source 1.2 using mapguide studio 2008. But the problem I am encountering is that I cannot select entities on most of my layers (all except one, to be precise). My data is in oracle spatial and I am using the fdo-king for oracle provider. D