Re: [mapguide-users] Connecting to site failed

2007-10-26 Thread Jackie Ng
Is your mapguide service running? - Jackie dorra2007 wrote: > > I m trying to get connect to the site in order to make changes on one > specific layer, so I wrote the following code in java: > > MapGuideJavaApi.MgInitializeWebTier("D:\\Program > Files\\MapGuideOpenSource\\WebServerExtensions\

[mapguide-users] Strange labels on Ubuntu Linux 7.10

2007-10-26 Thread Jackie Ng
Hi List, I just built mgos 1.2.0 on Ubuntu Linux 7.10, and when I loaded up the Sheboygan dataset, I get these crazy looking wingding like labels, instead of english text. (?) See attached screenshot http://www.nabble.com/file/p13439407/sheboygan.jpg Any ideas what could be wrong? - Jackie

RE: [mapguide-users] Testing PostGIS / OGR - IRC Rocks!

2007-10-26 Thread Jason Birch
Martin, I certainly wasn't suggesting that email go away, just that IRC is an incredible media for solving problems in real time. The majority of the successful open source geo projects have this kind of channel in conjunction with their active mailing lists, and the positive activity on many

[mapguide-users] UpdateFeatures fails with alias

2007-10-26 Thread Jim O'Leary
I am using the new alias feature of MapGuide to reference a SHP file on disk rather than import a copy into the repository with a load procedure. I can open the SHP and read it okay, but I cannot update a feature in it. The update does not generate an exception message and does not update the feat

Re: [mapguide-users] Cannot Create any more connections to FDO provider

2007-10-26 Thread ZoffoMan
Did you find any solution to this problem? -- View this message in context: http://www.nabble.com/Cannot-Create-any-more-connections-to-FDO-provider-tf4112610s16610.html#a13436142 Sent from the MapGuide Users mailing list archive at Nabble.com. ___

Re: [mapguide-users] javascript 'tool' variables decoded?

2007-10-26 Thread ZoffoMan
This may help: http://mapguide.osgeo.org/files/mapguide/docs/viewerapi/viewerapi.html#mainframe_executemapaction -- View this message in context: http://www.nabble.com/javascript-%27tool%27-variables-decoded--tf4699182s16610.html#a13436050 Sent from the MapGuide Users mailing list archive at

RE: [mapguide-users] Testing PostGIS / OGR - IRC Rocks!

2007-10-26 Thread Martin Morrison
The chances of getting people like myself to use IRC is pretty slim. I simply can not and will not devote time during my day to read/answer real-time posts. There are way too many items going on from teaching classes to meeting with clients to get much out of IRC. With the current setup a user

[mapguide-users] Testing PostGIS / OGR - IRC Rocks!

2007-10-26 Thread Jason Birch
OK, this is my last message to both lists :) The last couple days have really clarified how effective IRC is for communicating problems, and iteratively working through to a solution. Email is far slower and harder to keep in sync. I would strongly suggest that developers and users in the MapGui

Re: [fdo-internals] RE: [mapguide-users] Problems with new fdo ogr build on Ubuntu 6.06

2007-10-26 Thread Mateusz Loskot
I commited appropriate fix, r3501. Cheers Jason Birch wrote: > Thanks Jack, that change appears to have fixed the error with missing > Boost. > > This discussion would probably be more on-topic over at fdo-users or > fdo-internals. My fault for posting here :) > > Jason > > > -Original

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

2007-10-26 Thread Ismael Cams
Hello, I was having the same problem, but solved this by performing the zoom in another php page (with the formFrame.Submit() method). Hope this helps. ruivilanova wrote: > > But after that I'd like to zoom in more than 2500. > How can I programaticly check if the refresh was already done?

RE: [mapguide-users] Problems with new fdo ogr build on Ubuntu 6.06

2007-10-26 Thread Greg Boone
I can update the makefiles and submit the change. NOTE: A change to link in the boost .a file should also be required, no? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jason Birch Sent: Friday, October 26, 2007 2:08 PM To: MapGuide Users Mail List; FD

RE: [mapguide-users] Problems with new fdo ogr build on Ubuntu 6.06

2007-10-26 Thread Jason Birch
Thanks Jack, that change appears to have fixed the error with missing Boost. This discussion would probably be more on-topic over at fdo-users or fdo-internals. My fault for posting here :) Jason -Original Message- From: Jack Lee Subject: RE: [mapguide-users] Problems with new fdo ogr

RE: [mapguide-users] My PHP code under mapguide web app

2007-10-26 Thread Jason Birch
Is display_errors turned on in your php.ini file? What are you using for a test .php? I generally use a file that contains: Jason -Original Message- From: Maksim Sestic Subject: [mapguide-users] My PHP code under mapguide web app that .php extensions are allowed, poiting to "..\mapa

RE: [mapguide-users] Problems with new fdo ogr build on Ubuntu 6.06

2007-10-26 Thread Jack Lee
Hi, For the file Providers/PostGIS/Src/Provider/Makefile.am try adding the line -I../../../../Thirdparty/boost_1_32_0 \ after the line -I../../../../Utilities/Common/Inc \ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jo Cook Sent: Friday, Octobe

RE: [mapguide-users] Problems with new fdo ogr build on Ubuntu 6.06

2007-10-26 Thread Jo Cook
Hi, I checked out an updated version, and sure enough the file then appeared. However, the build then failed at a slightly different point: === make[2]: Leaving directory `/home/joc/fdosvn/Providers/PostGIS/Src/Overrides' Making all in Provider make[2]: Entering directory `/home

[mapguide-users] Connecting to site failed

2007-10-26 Thread dorra2007
I m trying to get connect to the site in order to make changes on one specific layer, so I wrote the following code in java: MapGuideJavaApi.MgInitializeWebTier("D:\\Program Files\\MapGuideOpenSource\\WebServerExtensions\\www\\webconfig.ini"); MgUserInformation userInfo = new MgUserInformation(se

RE: [mapguide-users] Problems with new fdo ogr build on Ubuntu 6.06

2007-10-26 Thread Jack Lee
Hi, Yes. You probably don't have that file on your machine. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jo Cook Sent: Friday, October 26, 2007 8:34 AM To: mapguide-users@lists.osgeo.org Subject: RE: [mapguide-users] Problems with new fdo ogr build on

RE: [mapguide-users] Problems with new fdo ogr build on Ubuntu 6.06

2007-10-26 Thread Jo Cook
Hi Jack, Sorry for being a n00b about this, but do you mean using subversion, eg just checking I have the most up to date version of that file or something else? Thanks Jo Jack Lee-3 wrote: > > Hi, > > We had a problem with building the PostGIS provider. I think this error is > referring t

RE: [mapguide-users] Problems with new fdo ogr build on Ubuntu 6.06

2007-10-26 Thread Jack Lee
Hi, We had a problem with building the PostGIS provider. I think this error is referring to the PostGIS provider. You should do a sync on Providers/PostGIS/Doc/Makefile.am. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jo Cook Sent: Friday, October 26

RE: [mapguide-users] Edit digitizing style

2007-10-26 Thread ruivilanova
I found the solution. In function InitFeedback in digitize.js file, replace rd.height = this.fbW + "px"; for rd.height = this.fbH + "px"; Cheers ruivilanova wrote: > > Thanks Andy, it works. > > Anyway, I found a bug. When the map height is bigger then the width, I can > only digitize a poly

[mapguide-users] My PHP code under mapguide web app

2007-10-26 Thread Maksim Sestic
Dear all, I'm writing some managed server extensions (dll) for MapGuide, which exposes certain methods via web services (asmx). I tested it via ASP.NET and it works fine. I would like to perform some tests with PHP, but I'm not too familiar with it and keep hitting the same problem over and over.

Re: [mapguide-users] Problems with new fdo ogr build on Ubuntu 6.06

2007-10-26 Thread Jo Cook
Hi, In addition I've also noticed that Ubuntu 6.06 comes with g++ 4.03 whereas the OGR components have been tested with 3.4 and 4.1. I will build a VM using 7.04 and see if the problem reoccurs... Jo Jo Cook wrote: > > Hi, > > Automake --version gives me 1.9.6- this was the version that work

Re: [mapguide-users] Problems with new fdo ogr build on Ubuntu 6.06

2007-10-26 Thread Jo Cook
Hi, Automake --version gives me 1.9.6- this was the version that worked for me when I installed MGOS from the svn branch rather than the trunk... I will try what you suggest though Jo François Van Der Biest-2 wrote: > > François Van Der Biest a écrit : >> Have you tried: sudo update-*alterna

Re: [mapguide-users] Problems with new fdo ogr build on Ubuntu 6.06

2007-10-26 Thread François Van Der Biest
François Van Der Biest a écrit : > Have you tried: sudo update-*alternatives* --config *automake > (without the stars - of course): sudo update-alternatives --config automake F. ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://l

Re: [mapguide-users] Problems with new fdo ogr build on Ubuntu 6.06

2007-10-26 Thread François Van Der Biest
Jo Cook a écrit : > So I can see that there is a problem quite early on where it says: > > "configure.in:66: required file `Doc/Makefile.in' not found" > > But I don't really know what to do about that- so if anyone can give me some > pointers I'd appreciate it greatly. > Hi Jo, Are you really

[mapguide-users] Markup Layer not Visible

2007-10-26 Thread Dhirendra Kumar
Hi All, I ran into problem while working with GT-Markups and MGOS1.2.0 RC2, it was working perfectly with MGOS 1.1.0 and use to show the new markups as well as the label as soon as the markup created but with MGOS1.2.0 RC2 ,it use to create the markup but invisible without any lable and onc

Re: [mapguide-users] GT-Markup

2007-10-26 Thread Dhirendra Kumar
Hi max_samart, I have also same markup problem... your problem get solved... If yes then please help me.. Thanks in Advance. Thanks & Regards, Dhirendra Kumar max_samart wrote: > > > Hi All, > >I ran into problem while working with GT-Markups and MGOS1.2.0 RC2, > it was workin

[mapguide-users] Problems with new fdo ogr build on Ubuntu 6.06

2007-10-26 Thread Jo Cook
Hi All, Having just discovered that the postgis and ogr fdo connectors have been added to the fdo svn trunk (and therefore been made available to the standard mapguide build) I thought I would give it a go building on Ubuntu 6.06 as per the instructions on the wiki. Build_Thirdparty went through

RE: [mapguide-users] Edit digitizing style

2007-10-26 Thread Rui Vilanova
Thanks Andy, it works. Anyway, I found a bug. When the map height is bigger then the width, I can only digitize a polygon or a linestring in the top of the map. If you apply a border to the feedback class in the ajaxmappane.templ, you can see it when you're digitizing. It doesn't allow to digit

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

2007-10-26 Thread Jo Cook
Hi Jason, Coincidentally I found the postgis and ogr stuff in the fdo svn trunk yesterday and have been trying to build it ever since. It's not working, but that's the subject of another message I think... Jo Hi Jo (and others), If you're feeling adventurous, Greg Boone has just added some pr