mapguide-users@lists.osgeo.org

2008-07-31 Thread Dragan Podvezanec
Dragan Podvezanec wrote: > > I don't know why,but after searching some object and clicking on it, it > gets selected, I see all properties, but Map doesn't execute zooming and > centering the object. It is object drown from Oracle view with king.oracle > provider. Could this be the problem ? >

[mapguide-users] slow deleteresource

2008-07-31 Thread Zac Spitzer
Using studio I am waiting 5s to delete a feature source, is there any way to speed this up? -- Zac Spitzer - http://zacster.blogspot.com (My Blog) +61 405 847 168 ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mail

Re: [mapguide-users] MG 1.2 vs 2.0.1

2008-07-31 Thread Zac Spitzer
yep...it does fail silently, which is really annoying.. it should just raise an exception On Fri, Aug 1, 2008 at 4:16 AM, George McLean <[EMAIL PROTECTED]> wrote: > No I am not. Does this ignore the error message and process the update > somehow? > > Zac Spitzer wrote: >> >> Are you checking the r

[mapguide-users] Mapguide 2.0.1.2716 build problem

2008-07-31 Thread mike
I have a Debian linux machine running the latest stable release of all debian packages including libraries, compilers, etc to the best of my knowledge (as a side note I was able to successfully compile FDO). I have downloaded the source for mapguide version 2.0.1.2716 and am now trying to run the

RE: [mapguide-users] Compound line with Cartographic Stylization Engine

2008-07-31 Thread J Manafi
I am having some issues when trying to create composite features, and I was hoping someone could point out what I am doing wrong. I just constructed a new SymbolDefinition, and was trying to test it out by drawing it on the map. However, currently, I am getting an XML Schema validation error sayin

[mapguide-users] ArcSDE 9.2 FDO Doesn't Recognize nvarchar/text fields

2008-07-31 Thread Avery McGill
Hi, I am having a problem with MapGuide not seeing the nvarchar or text fields in my ArcSDE 9.2 database, but it recognizes the integer fields. MapGuide is currently installed on Ubuntu 8.04 with the ArcSDE FDO from the repositories. I also have MapGuide installed on a Windows machine for testi

Re: [mapguide-users] MG 1.2 vs 2.0.1

2008-07-31 Thread George McLean
No I am not. Does this ignore the error message and process the update somehow? Zac Spitzer wrote: Are you checking the result as bellow result=featureService.UpdateFeatures(resourceID, fCommand, false); if (result.GetItem(0).GetPropertyType() eq 9) result.GetItem(0).GetValue() // Silent

Re: [mapguide-users] Fusion map insists onrefreshing map on selection, and clear selection...

2008-07-31 Thread Andrew DeMerchant
That did it. I did a find and replace in all of my index.html files in the templates...Thanks! Andrew Paul Spencer wrote: One thing that has changed in the templates is that OpenLayers.String.translate has changed to OpenLayers.i18n - the translate function is used in some of the templates,

RE: [mapguide-users] MG 1.2 vs 2.0.1

2008-07-31 Thread Jason Birch
The ticket for this is here: https://trac.osgeo.org/mapguide/ticket/524 I just updated the title to better reflect the problem. Attaching data and a step-by-step script for developers to follow to reproduce the problem would be great. Jason -Original Message- From: Zac Spitzer Subject:

Re: [mapguide-users] MG 1.2 vs 2.0.1

2008-07-31 Thread Zac Spitzer
Are you checking the result as bellow result=featureService.UpdateFeatures(resourceID, fCommand, false); if (result.GetItem(0).GetPropertyType() eq 9) result.GetItem(0).GetValue() // Silent FDO error messages z On Fri, Aug 1, 2008 at 2:14 AM, Zac Spitzer <[EMAIL PROTECTED]> wrote: > ca

Re: [mapguide-users] MG 1.2 vs 2.0.1

2008-07-31 Thread Zac Spitzer
can you post some code to demonstrate the problem? On Fri, Aug 1, 2008 at 2:05 AM, George McLean <[EMAIL PROTECTED]> wrote: > Hello, > > I am a bit stuck in upgrading to 2.0.1 mainly due to the issues with adding > data to feature sources discussed in this thread: > > http://www.nabble.com/Please-

[mapguide-users] MG 1.2 vs 2.0.1

2008-07-31 Thread George McLean
Hello, I am a bit stuck in upgrading to 2.0.1 mainly due to the issues with adding data to feature sources discussed in this thread: http://www.nabble.com/Please-try-your-operation-later-as-the-resource-was-busy-to16392736.html#a18556960 My immediate issue is that I have a client that would r

RE: [mapguide-users] 2.0.1 install server 2003

2008-07-31 Thread Berdel, Brian
Thanks for the response, it is set to C:\Program Files\MapGuideOpenSource2.0\WebServerExtensions\Php\php.ini Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of nclayton Sent: Thursday, July 31, 2008 11:20 AM To: mapguide-users@lists.osgeo.org Subject:

RE: [mapguide-users] 2.0.1 install server 2003

2008-07-31 Thread Berdel, Brian
n Brian Berdel McMahon Associates, Inc. p: 215.283.9444 www.mcmtrans.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of nclayton Sent: Thursday, July 31, 2008 11:20 AM To: mapguide-users@lists.osgeo.org Subject: RE: [mapguide-users] 2.0.1 install ser

Re: [mapguide-users] Fusion map insists onrefreshing map on selection, and clear selection...

2008-07-31 Thread Paul Spencer
One thing that has changed in the templates is that OpenLayers.String.translate has changed to OpenLayers.i18n - the translate function is used in some of the templates, that is likely a good place to start. Cheers Paul On 31-Jul-08, at 10:15 AM, Andrew DeMerchant wrote: Ya, I see that i

RE: [mapguide-users] 2.0.1 install server 2003

2008-07-31 Thread nclayton
you shouldn't need to move your php.ini file from the php folder under WebServerExtensions remove all other copies of php.ini you may have on the system. you can create a file in the mapviewer folder and give it a .php extension and inside type: save and then navigate to this page in a browser

Re: [mapguide-users] Inserting data in PostGis

2008-07-31 Thread Zac Spitzer
This might be the problem - FeatureService.UpdateFeatures doesn't log errors correctly http://trac.osgeo.org/mapguide/ticket/649 the busy error is most likely because you haven't closed your featurereader On Fri, Aug 1, 2008 at 12:37 AM, isca <[EMAIL PROTECTED]> wrote: > > Hello, > > I have some

[mapguide-users] Inserting data in PostGis

2008-07-31 Thread isca
Hello, I have some code in MapGuide for adding polygons/lines to SDF files. Now I am trying to get the same code working for PostGIS but until now without any result (displaying data is no problem). The first time I try to add something nothing happens and no error is generated. When I try to add

Re: [mapguide-users] Fusion map insists onrefreshing map on selection, and clear selection...

2008-07-31 Thread Andrew DeMerchant
Ya, I see that it's fixed! It did break a few templates though, it seems - but I may just need to rebuild my Fusion Map in Maestro/Studio.It definitely does seems better. If I can get my templates working again now, I may be able to use fusion for my clients! Thanks! Berdel, Brian wrote:

RE: [mapguide-users] Fusion map insists onrefreshing map on selection, and clear selection...

2008-07-31 Thread Berdel, Brian
And the latest trunk does fix that issue! Just be careful if you use setSelection with the latest version...you have to update some of the code for it to work. It is documented here http://trac.osgeo.org/mapguide/ticket/630 Brian From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

RE: [mapguide-users] 2.0.1 install server 2003

2008-07-31 Thread Berdel, Brian
I am actually using the .net bundled config. I have no other PHP versions setup. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of nclayton Sent: Thursday, July 31, 2008 8:47 AM To: mapguide-users@lists.osgeo.org Subject: Re: [mapguide-users] 2.0.1 install

[mapguide-users] The big MapGuide cross-browser question!

2008-07-31 Thread BruceWeston
Hello everyone, Some of the projects we are working on require that we have cross browser support for our MapGuide ajaxviewer. I think we're doing quite well and we are using a mix of 1.2 and 2.0 servers. For production reasons we can't upgrade our 1.2 servers. Here's a run down of MapGuide cro

Re: [mapguide-users] Fusion map insists onrefreshing map on selection, and clear selection...

2008-07-31 Thread Andrew DeMerchant
Thanks Jason - I guess that's not so hard! I'll give it a shot...thanks again! Andrew Jason Birch wrote: Hi Andrew,   While I believe that it would be possible to set up nightly builds for Fusion, it would be more work for you to deal with these than with SVN. It might look d

mapguide-users@lists.osgeo.org

2008-07-31 Thread Dragan Podvezanec
I don't know why,but after searching some object and clicking on it, it gets selected, I see all properties, but Map doesn't execute zooming and centering the object. It is object drown from Oracle view with king.oracle provider. Could this be the problem ? -- View this message in context: http:

Re: [mapguide-users] 2.0.1 install server 2003

2008-07-31 Thread nclayton
Did you use the bundled PHP package or one that you downloaded? If you haveother PHP versions set up, you may need to remove them to keep MapGuide from getting confused. Berdel, Brian wrote: > > Hello all, > > I have 2.0.1 installed on my development machine, but have been unable > to get the

Re: [mapguide-users] Label Expressions - replaceall

2008-07-31 Thread Zac Spitzer
ah, yep, strange name, that's why I missed it... turns out there's a bit more logic required to split a name nicely z On Thu, Jul 31, 2008 at 9:30 PM, Jackie C. Ng <[EMAIL PROTECTED]> wrote: > > FDO has the expression function Translate( , > , ) > > Is this available in mapguide? > > - Jackie >

Re: [mapguide-users] Label Expressions - replaceall

2008-07-31 Thread Jackie C. Ng
FDO has the expression function Translate( , , ) Is this available in mapguide? - Jackie zspitzer wrote: > > Is there an expression with mapguide which can be used to do a replace > all? > > I want to replace all newlines in a label with '\n' to split the words > over multiple lines > > I

Re: [mapguide-users] describe schema problem

2008-07-31 Thread Kenneth Skovhede, GEOGRAF A/S
If you enter a blank value, you will get the results for all schemas. If you enter "SHP_Schema", you will get the SHP_Schema's. You can get all the valid schemas by calling "GETCHEMAS": http://localhost:8008/mapguide/mapagent/getschemasform.html Regards, Kenneth Skovhede, GEOGRAF A/S Zac Spit

[mapguide-users] describe schema problem

2008-07-31 Thread Zac Spitzer
Can somebody show me a value which works for schema on the describe schema web form? http://localhost:8008/mapguide/mapagent/describeschemaform.html using this example Library://Samples/Sheboygan/Data/Rail.FeatureSource I always get "An exception occurred in FDO component. Invalid Schema name"