[mapguide-users] Re: malformed syntax error

2010-02-16 Thread Jo Cook
Hi Jason et al, I solved this actually, and am happy to say it was neither a mapserver or a MGOS problem, but an IIS 6 issue. In short, the web site in IIS 6 was configured with a host header value which did not relate to the external URL being used by MGOS. Making that blank fixed the problem.

Re: [mapguide-users] Zooming to extent of multiple selections

2009-12-22 Thread Jo Cook
om the look I took :) > > Are you using try/catch exception handling? It can make it easier to > figure out what's going on sometimes. > > Jason > > On 2009-12-22, Jo Cook wrote: >> >> Answered my own question :-) >> >> For information, and fu

Re: [mapguide-users] Zooming to extent of multiple selections

2009-12-22 Thread Jo Cook
(which was no doubt obvious to most people) I could extract the values for the coordinates from the table and use that to construct an envelope for zooming to. Jo Jo Cook wrote: > > OK, with some serious searching through the mailing lists, and looking at > the showgeom.php examp

Re: [mapguide-users] Zooming to extent of multiple selections

2009-12-21 Thread Jo Cook
OK, with some serious searching through the mailing lists, and looking at the showgeom.php example in the schemareport folder, I have learnt a little more about GetExtents, but I'm still stuck and would very much appreciate some assistance. My code is as follows: MgInitializeWebTier ($webconfigFi

[mapguide-users] Zooming to extent of multiple selections

2009-12-21 Thread Jo Cook
Dear All, I have a select and zoom to extents problem in the ajax viewer. The user chooses a postcode from a list, and this returns multiple results. I simply want the map to zoom to the combined extent of these results. I thought the right option to use is GetExtents, but when I try and derive t

RE: [mapguide-users] Mix of selectfeature and selectaggregate query

2009-12-18 Thread Jo Cook
Hi Jackie, Well, I'm making progress, in that the query now returns results- as well as your changes I had to change the type of the featureservice. However, despite the presence of a groupingfilter and selectdistinct being true, it's still returning all the results. Any thoughts? I'm assuming i

RE: [mapguide-users] Mix of selectfeature and selectaggregate query

2009-12-18 Thread Jo Cook
Hi Dave, Thanks for that- I've tried to implement it as a single selectaggregate query, but I'm still missing something. I suspect (though I don't really understand what I'm doing) that it's falling over at the dataReader section. If you (or someone could have a look at my code I'd really appreci

RE: [mapguide-users] Mix of selectfeature and selectaggregate query

2009-12-16 Thread Jo Cook
Hi Dave, The problem with this approach is that I need to narrow down the available postcodes first (there are many) so I need some way of passing a filter to the selectaggregates query and I can't see how to do that. The only options seem to be spatialfilters and groupingfilters, whereas I want

Re: [mapguide-users] changing position of task bar

2009-12-16 Thread Jo Cook
27;s actually >> going to work. >> >> Chris. >> >> -Original Message- >> From: mapguide-users-boun...@lists.osgeo.org >> [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Jo Cook >> Sent: Monday, December 14, 2009 7:54 AM >> To:

[mapguide-users] Mix of selectfeature and selectaggregate query

2009-12-16 Thread Jo Cook
Dear All, I have a layer of postcodes, which has more than one point per postcode (eg all the houses with that postcode). I would like people to be able to do a "fuzzy selection" to choose their postcode, eg "RM14" returns all the postcodes with RM14 at the beginning. I would then like the result

[mapguide-users] changing position of task bar

2009-12-14 Thread Jo Cook
Dear all, I would like to change the position of the task bar in the ajax viewer for MGOS 2.1. I have seen the posts about changing it to the left-hand side, and have implemented that, but ideally I want to ditch the properties pane and integrate the task pane (with a custom properties task inclu

Re: [mapguide-users] Changing the status bar unit spelling

2009-12-14 Thread Jo Cook
Hi Jackie, Yes, you're right. The wkt version of EPSG 27700 (British National Grid) has "Meter" as the unit. Looks like I'm stuck with it then! Thanks for your detective work! Jo Jackie Ng wrote: > > I was just following the trail of source code and it originates all the > way back to the coo

Re: [mapguide-users] Changing the status bar unit spelling

2009-12-14 Thread Jo Cook
ginating from the > localized\en file > > - Jackie > > > Jo Cook wrote: >> >> Dear All, >> >> Is it possible to change the spelling of "METER" in the ajax viewer >> status bar to the british "Metre(s)"? I have looked in the template fi

[mapguide-users] Changing the status bar unit spelling

2009-12-14 Thread Jo Cook
Dear All, Is it possible to change the spelling of "METER" in the ajax viewer status bar to the british "Metre(s)"? I have looked in the template files but can't seem to find where it's defined- only where to change it to Miles. This is with Mapguide Open Source 2.1. Thanks Jo -- View this mes

Re: [mapguide-users] wms from other providers

2009-10-06 Thread Jo Cook
in your control. I'm thinking that the OGR > provider > should allow you to connect to the MapInfo files. > > Jason > > 2009/10/5 Jo Cook > > > -- View this message in context: http://n2.nabble.com/wms-from-other-providers-tp3755455p3776398.h

RE: [mapguide-users] wms from other providers

2009-10-05 Thread Jo Cook
Hi Gary, Yes, I've figured that out. Unfortunately the data that I have to work with is mapinfo format, which geoserver doesn't seem to currently support. I have, however, got a few tentative steps further- if I add the Width and Height parameters into the config file for my wms FeatureSource, i

Re: [mapguide-users] wms from other providers

2009-10-05 Thread Jo Cook
e required parameters as per the OGC specs for wms and mapserver has made them a requirement since version 5.0 (it's now on 5.6). Can someone help me out with this? Thanks Jo Jo Cook wrote: > > Dear All, > > I am trying to create a layer from a mapserver wms layer in Mapguide

[mapguide-users] wms from other providers

2009-10-02 Thread Jo Cook
Dear All, I am trying to create a layer from a mapserver wms layer in Mapguide 2.1 with Maestro. I have followed the instructions in the wiki on how to create a wms layer, and Maestro reports no errors. When I do getcapability and getmap requests directly in the browser all is fine. However, the

Re: [mapguide-users] Troubleshooting WMS display problem

2009-08-26 Thread Jo Cook
Hi Crispin, Thanks for the heads up about Gaia, that looks very useful, but they are not my servers so I don't think I can install new software on them. The sample dataset that I have tried this with is all EPSG 4326, from the layer definition to the map definition... Thanks Jo Crispin_at_1S

[mapguide-users] Troubleshooting WMS display problem

2009-08-26 Thread Jo Cook
Dear All, I have a MGOS 2 server, serving a WMS feed (of the Sheboygan Sample dataset), sitting on an internal network. I have an MGOS 2.1 server, sitting in a DMZ, with access to the internal MGOS server. Both servers are running on Windows 2003 server. The internal server is using the bundled a

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

2009-08-17 Thread Jo Cook
er/trunk/MgDev/Web/src/viewerfiles/ajaxmappane.templ#L2837 > > - Jackie > > > Jo Cook wrote: >> >> Dear All, >> >> Is it possible to specify the order in which fields are displayed in the >> properties pane? Currently it seems to display them in alpha

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

2009-08-14 Thread Jo Cook
roperties pane? >> >> The preview release, since two or three preview releases ago. >> >> I don't think the join stuff can influence the order. >> >> If you still get unsaved stuff in the preview, be sure to report it, >> so I can fix it before the next

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

2009-08-14 Thread Jo Cook
to be compounding the issue? Thanks Jo Kenneth Skovhede, GEOGRAF A/S wrote: > > Maestro supports ordering of the properties, but perhaps the viewer > sorts them afterwards. > > Regards, Kenneth Skovhede, GEOGRAF A/S > > > > James Card skrev: >> On Th

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

2009-08-13 Thread Jo Cook
Dear All, Is it possible to specify the order in which fields are displayed in the properties pane? Currently it seems to display them in alphabetical order, rather than the order in which they appear in the data source. The only way I can think of getting round it at the moment is to number all

RE: [mapguide-users] Creating a static image problem

2009-08-13 Thread Jo Cook
Chris. > > -Original Message- > From: mapguide-users-boun...@lists.osgeo.org > [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Jo Cook > Sent: Wednesday, August 12, 2009 9:40 AM > To: mapguide-users@lists.osgeo.org > Subject: [mapguide-users] Creating a static

[mapguide-users] Creating a static image problem

2009-08-12 Thread Jo Cook
Dear All, I am trying to implement the following: The user selects a property (for example) from a drop-down list and is taken to a page with more details, a thumbnail map of the location, and an option to click on a link and go to the main map, where the property will be zoomed and highlighted.

Re: [mapguide-users] Highlight selections problem

2009-08-07 Thread Jo Cook
than one feature selected... Thanks Jo Jo Cook wrote: > > Hi Rodolfo, > > I'm actually using a shapefile for my test implementation (as my > postgresql/postgis setup is version 8.4/1.4 which the fdo provider doesn't > like). The field I am using to make the

Re: [mapguide-users] Highlight selections problem

2009-08-07 Thread Jo Cook
> Hi Jo, > I thinks that your problem is with your database. does your table > containing the geometries have primary key and spatial indexs? > > regards, > > > Jo Cook wrote: >> >> Dear All, >> >> I have the fairly common problem of

RE: [mapguide-users] Categories.txt still a problem on linux

2008-10-09 Thread Jo Cook
f I can find time to get this going again? > > Jason > > -----Original Message- > From: Jo Cook > Subject: RE: [mapguide-users] Categories.txt still a problem on linux > > I notice that mgserver.sh is supposed to set the variables, but when I > check using p

RE: [mapguide-users] Categories.txt still a problem on linux

2008-10-07 Thread Jo Cook
Hi Jason, I don't know about monitoring tools, but I guess I can have a look. I have tried starting apache first, then mgserver, but that doesn't help either. I notice that mgserver.sh is supposed to set the variables, but when I check using printenv they don't show up once mgserver is started.

Re: [mapguide-users] Still tortured by lack of coordinate systems- on windows this time

2008-09-23 Thread Jo Cook
= C:\Program > Files\MapGuideOpenSource2.0\WebServerExtensions\www\nad > - GDAL_DATA = C:\Program > Files\MapGuideOpenSource2.0\WebServerExtensions\www\data > > Is your configuration any different from this? > > - Jackie > > > Jo Cook wrote: >> >>

Re: [mapguide-users] Lack of coordinate systems

2008-08-26 Thread Jo Cook
Hi Kenneth, It certainly seems to be the same problem, but I have tried the solution (copying categories.txt into the both the nad directory and the data directory and setting the PROJ_LIB environment variable to the nad directory) but it doesn't seem to fix the problem. I have checked permission

RE: [mapguide-users] Problems with mapagent in Mapguide OS version2onubuntu?

2008-03-04 Thread Jo Cook
I am >> > unsure where to start trouble-shooting. The big question is did >> > mapagent not build properly, or is there a configuration problem? >> > >> > Jo, out of curiosity, did you find the configure / make / make >> install >> > to take an ex

RE: [mapguide-users] Problems with mapagent in Mapguide OS version 2 onubuntu?

2008-03-03 Thread Jo Cook
Hi Andy, This time I didn't find the time too bad, though I have done in the past, when I put it down to not really having enough ram in my virtual machine. Not sure that ever was the solution really! Jo Andy Morsell wrote: > > > Jo, out of curiosity, did you find the configure / make / mak

[mapguide-users] Problems with mapagent in Mapguide OS version 2 on ubuntu?

2008-03-03 Thread Jo Cook
Hi, I resolved earlier problems by completely rebuilding my MGOS installation from scratch from the latest svn versions and it seemed to get all the way through without failing. I have even managed to get the server to run, which is a step forward. However, I am having problems with mapagent now,

RE: [mapguide-users] 2.0 rc4 build failing on Ubuntu 7.10

2008-02-29 Thread Jo Cook
> > 2) In Web\src\CgiAgent\Makefile.am, add the library MgMapGuideCommon to > the mapagent_LDADD list. > > > Thanks. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jo Cook > Sent: Thursday, February 28, 2008 9:58 AM >

RE: [mapguide-users] 2.0 rc4 build failing on Ubuntu 7.10

2008-02-29 Thread Jo Cook
> > 2) In Web\src\CgiAgent\Makefile.am, add the library MgMapGuideCommon to > the mapagent_LDADD list. > > > Thanks. > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jo Cook > Sent: Thursday, February 28, 2008 9:58 AM >

RE: [mapguide-users] 2.0 rc4 build failing on Ubuntu 7.10

2008-02-28 Thread Jo Cook
execute > > nm -C /home/joc/mgsvn/Web/src/HttpHandler/.libs/libMgHttpHandler.so|grep > MgHtmlController::GetMapImage > > ? > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Jo Cook > Sent: Thursday, February 2

[mapguide-users] 2.0 rc4 build failing on Ubuntu 7.10

2008-02-28 Thread Jo Cook
Hi All, I had a working build of MGOS from svn that I wanted to upgrade to the latest and greatest (build 3038 is the one I now have), but the new build is now failing. I get all the way through to the final make, but this fails with the following error: Making all in CgiAgent make[3]: Enterin

[mapguide-users] making progress with postgis connection on ubuntu

2007-12-13 Thread Jo Cook
Hi all, After having yet another attempt at compiling and installing MGOS on Ubuntu 7.10, including all the various fixes that have been suggested, and the latest svn updates I think I'm making some progress. However, my copy of Autodesk Map Studio isn't working at the moment (crashing with a dot

RE: [mapguide-users] Not much luck with ogr or postgis on Ubuntu

2007-12-07 Thread Jo Cook
take it that's worked OK for you? Jo JasonBirch wrote: > > Jo, > > Can you try the following, and see if the PostGIS provider works for > you? > > sudo apt-get install libpq-dev > > ? > > Thanks, > Jason > > -Original Message- > Fro

RE: [mapguide-users] Not much luck with ogr or postgis on Ubuntu

2007-12-03 Thread Jo Cook
Hi, I made the change, rebuilt the whole fdo stack (including updating from the svn) and it didn't seem to make any difference. When I run ldd -r libPostGISProviders.so I still get the same error. Many thanks Jo gregboone wrote: > > Please generate an FDO Ticket to track this issue so it can

[mapguide-users] Not much luck with ogr or postgis on Ubuntu

2007-11-30 Thread Jo Cook
Hi All, I have managed to build MGOS2 on Ubuntu 7.04 with help from Jason's great instructions on the wiki. However, when I try and make a new data connection with either postgis or ogr I get errors. In mapguide studio when I try to make a postgis connection I get the default feature editor scr

RE: [mapguide-users] MGOS 2 build freezing on Ubuntu 7.10

2007-11-30 Thread Jo Cook
ot under version > control, so it cleans up nicely after a build. Before running a clean > build, I clear out the /usr/local/ fdo and mapguide directories, run > svn-clean on ~/fdosvn and ~/mgsvn, and then do an svn update. > > Jason > > -Original Message- > From

RE: [mapguide-users] MGOS 2 build freezing on Ubuntu 7.10

2007-11-29 Thread Jo Cook
-L../../../Common/MdfParser \ > -L../../../Common/Foundation \ > -L../../../Common/Geometry \ > -L../../../Common/PlatformBase \ > -L../../../Common/MapGuideCommon \ > -L../HttpHandler \ > -L../../../Oem/jso

RE: [mapguide-users] MGOS 2 build freezing on Ubuntu 7.10

2007-11-29 Thread Jo Cook
ong_ time > though. :) > > Jason > > -Original Message- > From: Jo Cook > Subject: RE: [mapguide-users] MGOS 2 build freezing on Ubuntu 7.10 > > I've tried the whole thing from scratch today, with a brand new virtual > machine and the latest download, and

RE: [mapguide-users] MGOS 2 build freezing on Ubuntu 7.10

2007-11-28 Thread Jo Cook
ilding 2517 (mostly) and I think I got farther than > you did but then ran into a missing jsoncpp reference: > > http://trac.osgeo.org/mapguide/ticket/347 > > Jason > > -Original Message- > From: Jo Cook > Subject: RE: [mapguide-users] MGOS 2 build freezing

RE: [mapguide-users] MGOS 2 build freezing on Ubuntu 7.10

2007-11-27 Thread Jo Cook
Hi Jason, It's revision 2514, updated earlier on today Thanks Jo JasonBirch wrote: > > Hi Jo, > > do you know what revision of the SVN repository you are working with? I > can see if I can replicate it here... > > Jason > > -----Original Messag

[mapguide-users] MGOS 2 build freezing on Ubuntu 7.10

2007-11-27 Thread Jo Cook
Hi All, I'm working through the instructions on the wiki for installing mgos on ubuntu 7.10, and getting most of the way through the build (to the final make in fact), and it gets some way through the build then seems to stop responding. No errors, just stops. I left it overnight in case it was j

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

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

2007-10-26 Thread Jo Cook
> 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, 2007 4:50 AM > To: mapguide-users@lis

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

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

[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] 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

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] Whatever happened to the Mapguide Logo?

2007-08-15 Thread Jo Cook
Hi List, I was just wondering what happened to the contest for a mapguide logo. I want something to put on a web page but there doesn't seem to be anything and the page on the contest (which finished last June) is blank. Thanks Jo -- View this message in context: http://www.nabble.com/Whatev

Re: [mapguide-users] Building Mapguide Open Source on Ubuntu 6.06: Success

2007-07-19 Thread Jo Cook
Glad to help! I can't guarantee it will work on any other version, in fact I'm fairly sure it won't due to the different version of gcc. Let me know how you get on: jo dot k dot cook at googlemail dot com Jo Jose Manuel C G wrote: > > Thank you very much! > > Ubuntu is my distro, and I've t

[mapguide-users] Building Mapguide Open Source on Ubuntu 6.06: Success

2007-07-19 Thread Jo Cook
Hi All, After a lot of trial and error and help from the Autodesk development team, I have managed to build the svn version of mapguide open source on Ubuntu 6.06 server. I have put a page up on the wiki at: http://wiki.osgeo.org/index.php/Building_Mapguide_on_Ubuntu_6.06_Server Hope this is hel

Re: [mapguide-users] [fdo-users] FDO build_thirdparty

2007-07-06 Thread Jo Cook
Hi, You did run the setenvironment script before starting? (Just checking...) Actually, I've been trying to get mapguide installed on Ubuntu 6.06 for ages and have never managed to get it all the way through the installation process. I am working with the developers at the moment to try and get

Re: [mapguide-users] Question for developers: Linux installer on other distribution (especially Debian or Ubuntu)

2007-06-27 Thread Jo Cook
Hi, I have been trying to get Mapguide working on Ubuntu for quite a while now, and am working with some of the developers at Autodesk to try and get it to work. We are now at the odd situation where the fdo components have been compiled successfully on one installation, but fail on another, seem