Re: [mapguide-users] GetFeatureInfo does not work for line data

2007-07-17 Thread mcarsel
I don't think this will help. I had tried the line layer individually first. That's when I noticed the problem. I tried a polygon query to see if getfeatureinfo would work at all on a polygon layer. It does, so that gave me some additional info in debugging the problem. Line data seems to be

Re: [mapguide-users] GetFeatureInfo does not work for line data

2007-07-17 Thread James Card
On Tue, 17 Jul 2007 16:42:40 -0700, mcarsel <[EMAIL PROTECTED]> wrote: I have a line layer and a polygon layer that are enabled for WMS and are set to be queryable. When a GetFeatureInfo request is issued to the mapagent, the mapagent responds with the correct result on the polygon layer,

[mapguide-users] GetFeatureInfo does not work for line data

2007-07-17 Thread mcarsel
I have a line layer and a polygon layer that are enabled for WMS and are set to be queryable. When a GetFeatureInfo request is issued to the mapagent, the mapagent responds with the correct result on the polygon layer, but returns nothing for the line layer. Anyone get this to work for line quer

[mapguide-users] Error when testing Map Agent and Web Server Extensions

2007-07-17 Thread jamesdudden
Hi I am running Windows XP with IIS 5.0. I recently installed MG Server and MG Server Extensions using PHP, a custom IIS config and a typical setup. With a little tweaking i got the tests working. Now I have decided to use .NET so have uninstalled everything, installed ASP.NET 2.05 (as required) a

Re: [mapguide-users] Installation assistance

2007-07-17 Thread zorou
Hi,folker,I've faced the same problem as you. And i solved it. The way is as below 1.Find the php.ini file in your webserverextension folder (sth like C:\Program Files\MapGuideOpenSource\WebServerExtensions\Php\php.ini) 2.Simply copy this file to your c:\php\ to overwrite your php.ini(if your

[mapguide-users] MapGuide Open Source: A Study

2007-07-17 Thread John Roberts
Dear All My name is John Roberts and I live in Manchester, England. I am to complete my UNIGIS dissertation in September of this year. My dissertation is an analysis of the four main FOSS web server products: Deegree Web Services, GeoServer, MapGuide Open Source & MapServer. I have some queries r

RE: [mapguide-users] Insert point feature .NET

2007-07-17 Thread Mark Pendergraft
Well, at a glance everything looks fine to me I have had problems with inserting data into feature sources too... so here is what I would suggest: 1) Make sure the feature source isn't read only (if you created the feature source, this could be an issue) To do this: goto http://localhost

[mapguide-users] Insert point feature .NET

2007-07-17 Thread Nico777
Hi all I'm trying to let the user insert a point feature in VB.NET along with some string attributes. The feature source is an SHP file and the code was translated/modified from the PHP example (draw_line). The user can get the X, Y coordinates from another button (works fine). Everything compil

Re: [mapguide-users] Problems with xmlSelection

2007-07-17 Thread Jorge Rubio
Dear Mark As I was unable to detect the error I re-typed the whole function. Now it works. There probably was(were) a mistyped keyword somewhere. Thaks a lot for your support!! ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://li

Re: [mapguide-users] MapAgent.exe persists after browser close

2007-07-17 Thread Rock Beans
I am sorry, I have no clue about Apache on Windows and how it handles the FastCGI dll. I know on Linux this is not an issue. I do know however there is some registry information that pertains to max servers and other settings when used against IIS. HKEY_LOCAL_MACHINE\SOFTWARE\FASTCGI The Rock

RE: [mapguide-users] MapAgent.exe persists after browser close

2007-07-17 Thread Scott, Brian
Hi The Rock - Great name. We are running Apache, not IIS. Below is the fastcgi configuration section from the httpd.conf file. ** FastCgiConfig -idle-timeout 120 -startDelay 1 -minProcesses 4 -max

[mapguide-users] Oracle and ODBC

2007-07-17 Thread Campbell, Keith A
I'm having problems setting up a data connection to an Oracle database with the ODBC driver. The connection tests successfully in Studio, but Show Tables returns only a fraction of the tables in the database. The ODBC connection itself seems to be OK, as I can list and link to the tables in Oracle

Re: [mapguide-users] MapAgent.exe persists after browser close

2007-07-17 Thread Rock Beans
Make sure your using the FastCGI for the PHP and FCGI extentions within IIS. This allows the php-cgi.exe and mapagent.exe to be run as a process vs. a new instance per process. The Rock On 7/17/07, nicholda <[EMAIL PROTECTED]> wrote: Thanks for your response Kenneth, Our issue seems to be t

Re: [mapguide-users] how to disable the request of Username & Password in a specific web layout

2007-07-17 Thread Rock Beans
You can also add &USERNAME=Anonymous&PASSWORD= to your URL query string to emulate whatever user password you want. Keep in mind this is not a real secret to the public. Using the Anonymous is fine though. I would stay away from Admin or Author. The Rock On 7/17/07, ori gudes <[EMAIL PROTECTED]

Re: [mapguide-users] MapAgent.exe persists after browser close

2007-07-17 Thread nicholda
Thanks for your response Kenneth, Our issue seems to be that the functionality we are trying to provide winds up creating additional MapAgent.exe processes as a result of a successful run. Essentially we are opening the map, creating serveral new layers with 1 to many points on each one, pushing

Re: [mapguide-users] MgCurvePolygon

2007-07-17 Thread Sebas_ARG
Tengo el mismo problema pero sobre PHP5, NEED HELP -- View this message in context: http://www.nabble.com/MgCurvePolygon-tf4035479s16610.html#a11647888 Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users mailin

Re: [mapguide-users] how to disable the request of Username & Password in a specific web layout

2007-07-17 Thread Kenneth, GEOGRAF A/S
Not as such. The general solution is to create a small script that performs the login and redirects to the weblayout. You can find sample code for that in the "www\mapviewer???\mainframe.???" folder, where ??? is your favorite scripting language. I belive that a complete php sample is located i

[mapguide-users] how to disable the request of Username & Password in a specific web layout

2007-07-17 Thread ori gudes
Dear Collogues Is there a way to disable the request of Username & Password inside a specific website. I mean a specific web layout in the repositories . Thanks in advance Ori -- View this message in context: http://www.nabble.com/how-to-disable-the-request-of-Username---Password-in-a-specif

Re: [mapguide-users] MapAgent.exe persists after browser close

2007-07-17 Thread Kenneth, GEOGRAF A/S
I belive that MapAgent.exe is supposed to keep running. IIS/Apache will load/unload fastCGI, to avoid continously reloading MapAgent.exe. If you are using WinXP IIS, you are likely refering to the IIS connection limit on WinXP. You can increase the number of allowed connections to 40. Instruc