RE: [mapguide-users] Change Polygon selection color

2007-07-18 Thread Ivan Milicevic
http://trac.osgeo.org/mapguide/ticket/220#comment:2 It's allready in project tracker. This feature is set up for 1.3 version. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dhirendra Kumar Sent: Thursday, July 19, 2007 6:37 AM To: mapguide-users@lists.os

[mapguide-users] MySQL FDO Layer Query

2007-07-18 Thread Dhirendra Kumar
Hi All, Currently i am working with MySQL and FDO, when i try Json gt Query with FDO layer then i saw it is not working, All information is displaying in Query window but when i click on Execute button then result is not displaying in Result window. But every this is working fine like theme, etc

[mapguide-users] Change Polygon selection color

2007-07-18 Thread Dhirendra Kumar
Hi All, When we click on any polygon then polygon get highlighted with blue color but i want to change this color to other color. Can i highlight polygon border on mouse move ? Please help me Thankyou in Advance. Regards, Dhirendra Kumar -- View this message in context: http://www.nabble.c

[mapguide-users] AJAX viewer busy state

2007-07-18 Thread Jackie Ng
Hello all, The old MapGuide viewer had the ability to stop pending requests, and also maintained a busy state that can be queried from javascript. Does the AJAX viewer have such a "busy state" variable? Is there a way for us to cancel all current mapagent requests from the viewer? - Jackie --

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

2007-07-18 Thread mcarsel
No one responded that they have getfeatureinfo working for line data using mapguide open source 1.1 and WMS. It's hard to believe that I'm the only one who has tried this. Can someone please try this and let me know if it works? mcarsel wrote: > > I don't think this will help. I had tried th

[mapguide-users] Map Agent won't load from Web Studio

2007-07-18 Thread jamesdudden
Hi all I have been through the MG install guide and loaded the samples successfully. The Map Agent test brings up an XML document, Which means it's working, i think? When i open Web Studio and try to open the Map Agent i get an error message: YOU ARE NOT AOUTHORISED TO VIEW THIS PAGE. HTTP Erro

Re: [mapguide-users] Displaying properties for dynamically created features

2007-07-18 Thread passionlessDrone
Problem halfway solved! The issue, it was pointed out to me, was that the layer itself was not selectable. So, if I set the layer to selectable, and hardcode viewerfiles/layerdefinition.templ to have appropriate PropertyMapping fragments for the properties I set on my features, it works out. Of

RE: [mapguide-users] How to display one-way street in the mapguide?

2007-07-18 Thread Traian Stanev
Hi, If you are using MapGuide 1.2, and feeling brave, you can try out the new custom line styles -- they are capable of drawing arrows along a polylines, like the attached screenshot. Traian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of HYS Sent: W

Re: [mapguide-users] How to display one-way street in the mapguide?

2007-07-18 Thread HYS
You may try to label it with the expression '>' at halfline nhtoby wrote: > > How to display one-way street in the mapguide? > something like arrow,how to do this? > thanks~ > -- View this message in context: http://www.nabble.com/How-to-display-one-way-street-in-the-mapguide--tf4072150s166

[mapguide-users] MapGuide (OpenSource/Enterprise) crashes when using Oracle provider (King.Oracle)

2007-07-18 Thread FISHeR1
MapGuide: all versions including 1.2 RC2 King.Oracle: all versions including 0.7.1 Oracle Client: 10.2.0.1 If you select a big number of objects (about 1) then after a long while not all objects remain selected, MapGuide stops responding to requests, and MapGuide server needs to be restarted

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

2007-07-18 Thread jamesdudden
EDIT: I have just got things working again. Hooray!! I decided to do a system restore. The reason being that between having MG working and not i installed BT broadband and messed with some TCP/IP settings. Anyway this did the trick. -- View this message in context: http://www.nabble.com/Error-w

[mapguide-users] Displaying properties for dynamically created features

2007-07-18 Thread passionlessDrone
Hello friends - I'm having difficulties getting the properties panel to populate for features that I am creating on the fly. I took a look at a layer definition exported out of MapGuide that will populate the properties panel, and compared it to the layer definition of my dynamically created la

[mapguide-users] A problem in "invoke URLs and invoke scripts" using studio!

2007-07-18 Thread Mansoureh Sadrykia
Hi List! I'm trying to add some commands to the task pane of the ajax viewer, I introduce the URL of my MSP and follow all the steps of the developer's guide; but none of them work. In the task pane it says: The page could not be found; Error 404. Would you please tell me, What can be w

RE: [mapguide-users] Adjusting ECW Raster w. GDal

2007-07-18 Thread Brad Nesom
Kenneth, I don't expect that you would have map and raster design. If you did that would be the way to go. You could adjust and save your ecw. short of that I think that Frank's tool fwtools will do that. I am not positive if the ecw format is supported. Maybe Frank will chime in. Brad > Da

[mapguide-users] Inestabilidad MapGuide OpenSource

2007-07-18 Thread Sebastian Bedin
Hola, comento mi experiencia: Instale el MapGuide OpenSource, corria PHP5 sobre IIS. (WinXP S.P.2) Funciono perfectamente. Luego retoque el codigo, y no funciono mas. Me daba error de FastCGI. Ademas de cambiarme el nivel de seguridad del sitio web (de bajo (IIS)) a medio (solo consultas). Ahora

[mapguide-users] Rasters and Plotting

2007-07-18 Thread Campbell, Keith A
Is it true that the DWF viewer will not print rasters? I've got layers with tiff and jpeg data accessed through the GDAL provider that do not print. Is this a matter of raster file format? Does enterprise with the Autodesk Raster provider enable printing form the DWF viewer? I have Autodesk Desig

Re: [mapguide-users] MapGuide Open Source: A Study

2007-07-18 Thread Daniel Morissette
Hi John, Two quick comments: 1- I believe MapGuide OS 1.2 is about to be released, so the study should probably refer to that version. 2- Your OWS spec questions refer only to the latest revision of each spec, but sometimes they are not the most widely deployed or the most useful versions.

[mapguide-users] Adjusting ECW Raster w. GDal

2007-07-18 Thread Kenneth, GEOGRAF A/S
I have an ECW raster that I use in MapGuide. Unfortunately the raster is encoded with faulty coordinates. Is it possible to adjust/stretch the raster into place (BBOX override)? An optimal solution would be to adjust something inside the FeatureSource that gets passed to the GDal provider. A sub

[mapguide-users] Apache mod_proxy not working for MapGuide / PHP environment

2007-07-18 Thread Ismael Cams
Hello, has anyone experience with redirection (mod_proxy in Apache) and the MapGuide PHP development environment ? I am trying to integrate MapGuide (as an iframe) into a portal site that is running into another domain (http://vmap1/portal). Because I need to pass back information to the portal I