[mapguide-users] View status bar

2010-03-10 Thread sekko970
Using ajax viewer, how can I show the status bar in windows opened from invoke url? Thanks, Fabio -- View this message in context: http://n2.nabble.com/View-status-bar-tp4707595p4707595.html Sent from the MapGuide Users mailing list archive at Nabble.com.

RE: [mapguide-users] Re: Close task Bar Button

2010-03-10 Thread Arthur Liu
Then you could update the visibility style of btnClose to hidden in your own viewfiles. How to get the btnClose in your viewfile, you could refer to other viewerfiles. Arthur -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org]

[mapguide-users] Zoom+select features problem

2010-03-10 Thread padmini godavarthi
Hi, iam using php with mgos 2.1 can anyboby plz help me for zoom to feature code for php... for ex:i have zoom.php (i called this form weblayout as task pane) i want to enter parcel_id in to text box and in zoom button click it should be select and zoomed in the map. i know mapguide code

[mapguide-users] ForegroundColor from FDO property

2010-03-10 Thread David Hequet
Hi, When you create a mapguide layer, you can set some symbolization using FDO properties (eg: set a point angle from the Rotation column from an oracle table, line thickness...). Is theyr a way to set text symbolization like foreground color using properties? I tried to do it manualy by

[mapguide-users] Is it possible to maintain a separate viewerfiles for a project

2010-03-10 Thread SriRam007
Hi everyone, I m using Mapguide opensource 2.0 (with .net ) by using ajax viewer. Is it possible to maintain a separate viewerfiles for a project. For customization purpose I need to change some codes inside the templ files Which are in Program Files\OSGeo\MapGuide\Web\www\viewerfiles But for

[mapguide-users] Re: Is it possible to maintain a separate viewerfiles for a project

2010-03-10 Thread Jackie Ng
Viewer files are global for a single mapguide installation. Since you're using .net, the easiest solution is to copy the www directory to a separate folder, and create a new virtual directory from that folder that is identical to your original /mapguide virtual directory. Then you can do all

RE: [mapguide-users] ForegroundColor from FDO property

2010-03-10 Thread Traian Stanev
Can you describe what exactly you did when you manually edited xml? Traian -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of David Hequet Sent: Wednesday, March 10, 2010 5:23 AM To:

[mapguide-users] MapGuide Maestro 2.0 Final

2010-03-10 Thread Kenneth Skovhede
Hello mailing list! I have put up the final build of MapGuide Maestro 2.0 for download: http://trac.osgeo.org/mapguide/wiki/maestro/Downloads If you are using 2.0 RC1, the final release adds colors to the treeview (thanks to Crispin from 1Spatial). If you are using 1.0.9, this release adds

[mapguide-users] new release King.Oracle 0.8.15

2010-03-10 Thread Haris Kurtagic
Hi, There is new release of King.Oracle 0.8.15 which solves three issues, one of them is that it didn't correctly recognized primary key (unable to select feature in MG) in some cases. You can download binaries from: http://www.sl-king.com/fdooracle/fdooracle.html Haris

Re: [mapguide-users] MapGuide Maestro 2.0 Final

2010-03-10 Thread Haris Kurtagic
Thank you Kenneth. Haris On Wed, Mar 10, 2010 at 9:59 PM, Kenneth Skovhede k...@geograf.dk wrote: Hello mailing list! I have put up the final build of MapGuide Maestro 2.0 for download: http://trac.osgeo.org/mapguide/wiki/maestro/Downloads If you are using 2.0 RC1, the final release adds

[mapguide-users] mapguide installation problems - libxerces-c.so

2010-03-10 Thread Salih BiLGiN
Hello, I encountered an error Osgeo installation. Could not find on Google and irc. libxerces-c.so error. Error records for http://pastebin.com/GbhB9YAL . /usr/bin/ld: warning: libxerces-c.so.27, needed by /root/MgDev/Server/src/Services/Drawing/.libs/libMgServerDrawingService.so, may conflict

RE: [mapguide-users] mapguide installation problems - libxerces-c.so

2010-03-10 Thread Salih BiLGiN
I'm trying to do the installation, I forgot to give information about the system.System information as follows: Operation System : Centos 5.4 Fdo = 3.5.0 Mapguide = 2.1 -- -- ___ mapguide-users mailing

Re: [mapguide-users] MapGuide Maestro 2.0 Final

2010-03-10 Thread Jason Birch
The functionality and usability features added between 1.0 and 2.0 are simply amazing. Great work Kenneth! On 2010-03-10, Kenneth Skovhede k...@geograf.dk wrote: Hello mailing list! I have put up the final build of MapGuide Maestro 2.0 for download:

RE: [mapguide-users] mapguide installation problems - libxerces-c.so

2010-03-10 Thread Trevor Wekel
Hi Salih, You will need to use Fdo 3.4.1 with MapGuide 2.1. Fdo 3.5.0 should only be used with MapGuide 2.2. The MapGuide 2.2 beta has not been released yet. Regards, Trevor From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Salih

Re: [mapguide-users] mapguide installation problems - libxerces-c.so

2010-03-10 Thread Salih BiLGiN
Hi Trevor, Thank you for answer. I will trying fdo 3.4.1 . Regards. 2010/3/11 Trevor Wekel trevor_we...@otxsystems.com Hi Salih, You will need to use Fdo 3.4.1 with MapGuide 2.1. Fdo 3.5.0 should only be used with MapGuide 2.2. The MapGuide 2.2 beta has not been released yet.

[mapguide-users] Re: Is it possible to maintain a separate viewerfiles for a project

2010-03-10 Thread SriRam007
Hi Jackie, I have installed mapguide in my E drive and Full path : E:\Program Files\OSGeo\MapGuide\Web\www\viewerfiles Sholud i copy the www folder to any other drive or Outside the Program Files folder inside the E Drive only. thanks -- View this message in context:

[mapguide-users] Re: Is it possible to maintain a separate viewerfiles for a project

2010-03-10 Thread Jackie Ng
Copy to any other path you like. Just be sure your 2nd virtual directory points to this path. - Jackie -- View this message in context: http://n2.nabble.com/Is-it-possible-to-maintain-a-separate-viewerfiles-for-a-project-tp4708311p4714101.html Sent from the MapGuide Users mailing list archive

[mapguide-users] Simple OGR FDO question

2010-03-10 Thread Jamo
Can Mapguide use KML as a datastore to grab information from? If so how do i connect to the KML using OGR? I'm trying to load some point data from a kml file and I'm not sure if it is just corrupt data or not.. I've been playing around with the FDO api and if it isn't possible I can always run

[mapguide-users] Re: Is it possible to maintain a separate viewerfiles for a project

2010-03-10 Thread SriRam007
Hi, Can u please describe step by step I m not getting exactly what i need to do I couldn't Understand properly :2nd virtual directory points to this path :confused: thanks -- View this message in context:

[mapguide-users] Re: Is it possible to maintain a separate viewerfiles for a project

2010-03-10 Thread Jackie Ng
You have a virtual directory called /mapguide This is created in IIS by the installer. This points to your physical path: E:\Program Files\OSGeo\MapGuide\Web\www What I'm saying is to copy this physical path to another directory of your choice. eg. E:\Program

[mapguide-users] Re: Zoom+select features problem

2010-03-10 Thread padmini godavarthi
Hi, please if anybody worked on this plz let me know... -- View this message in context: http://n2.nabble.com/Zoom-select-features-problem-tp4708107p4714334.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users

[mapguide-users] Re: Is it possible to maintain a separate viewerfiles for a project

2010-03-10 Thread SriRam007
thanks for ur quick reply with lots of description I copied the www folder (from E:\Program Files\OSGeo\MapGuide\Web\www) and pasted with MGCoustom name inside the Web folder only (new path is (E:\Program Files\OSGeo\MapGuide\Web\MGCoustom) Then I created a virtual dirctory (Name MG_Custom) by