Re: [mapguide-users] Change Resource map in layout definition

2009-02-04 Thread euskalmap
Hi jackie, I have display the MapResourceId tag before and after the modify and all is correct : the modify is OK. I thinks, perhaps i call my code not in the good instruction in mapguide file : my code is called before the catchinstruction in the /mapviewernet/mapframe.aspx Thanks Perhaps,

[mapguide-users] fusion methodology

2009-02-04 Thread Arnaud De Groof
Hi, I have introduced specific modifications in several applications from the phpviewersample for a normal layout. Now, I would apply these applications in a flexible layout. Could you inform me on the methodology to be applied for it (steps)? The php applications must be modified or not? Is

Re: [mapguide-users] Change Resource map in layout definition

2009-02-04 Thread euskalmap
Hi, Thanks for you help, finally i have resolve my problem. I have an error on the xml after modif. Thanks jackie Regards COMPLEMENTS : i have display the xmlLayoutDef before modif and xmlString after modif in my code; this is a difference on begin of file : before modif the string begin by ?xml

Re: [mapguide-users] fusion methodology

2009-02-04 Thread Paul Spencer
In general, yes although there are probably a lot of exceptions. Perhaps you can elaborate on what you are trying to do? Its hard to give advice on the very brief information you have given us ... Cheers Paul On 4-Feb-09, at 9:09 AM, Arnaud De Groof wrote: Hi, I have introduced

Re: [mapguide-users] Integration with Google Earth

2009-02-04 Thread Rodolfo Moreno
Hi Stefan, which version of arcmap converts shp to kml? I have arcmap 9.2 and I have not found this tool. Thanks in advance, Stefan Dalakov wrote: Hi, If you save that file -mapagent.fcgi in fact you will save the output of this module, i.e. the requested kml/kmz file. However it might

RE: [mapguide-users] fusion methodology

2009-02-04 Thread Arnaud De Groof
In fact, I will try to use the following php applications: theme layer, search and query. With Mapguide Maestro (1.0.9), I have configured new widgets for these applications. Example (xml tag - I suppose that the Type is incorrect): Widget xsi:type=UiWidgetType NameTest/Name

[mapguide-users] Modify layout and layer on map

2009-02-04 Thread euskalmap
hi, I developed a program which modify layout and layer on the map. I do not who can i call this program (it is an aspx file with C# code) : in a file in the directory mapguide/mapviewernet and with a #include or after the last instruction who lad the map in a mapguide file ? I don't no who ?

Re: [mapguide-users] Change Resource map in layout definition

2009-02-04 Thread euskalmap
COMPLEMENTS : i have display the xmlLayoutDef before modif and xmlString after modif in my code; this is a difference on begin of file : before modif the string begin by ?xml version=1.0 encoding=utf-8? and not the string after modif Regards Hi jackie, I have display the MapResourceId tag

[mapguide-users] Popup window

2009-02-04 Thread Nisha P
Hi All, I wish to display some details through a pop up window in my map. I have two layers in my map.. one is Nasa layer and other is state layer... In which file i'll write the code for pop up?? anybody know this,pls help me Regards, Nisha P

[mapguide-users] Connect to PostgreSQL database via DNS (Mapguide Studio 2009)

2009-02-04 Thread Rui Daniro
Hi all, I am using MapGuide Studio 2009 and have a database created using PostgreSQL which I connected to it using via DNS. I tested the connection and I get a message saying sucessful connected, then I defined the geometry properties and selected the appropiate coordinate system for the table

RE: [mapguide-users] Thematic Mapping

2009-02-04 Thread padmini godavarthi
Hi Chris, Thanku very much ur help.i used different colours in InterpolateColor functions. but i got the same color to all my parcels. I solved this error by setting setfilter option to the aggregateoptions. Here is my code

[mapguide-users] FDO OGR Provider for PostGreSQL 8.3 + PostGis

2009-02-04 Thread Paulo Azevedo
Hi all, I'm trying to connect Mapguide OS 2.0.2 with a PostGreSQL 8.3 + PostGis database via FDO OGR Provider 3.3.0. I have downloaded the provider dll from OSGeo Website, and put them in the MapGuideOpenSource2.0\Server\Bin\FDO folder and updated the providers.xml file. After that i try to

Re: [mapguide-users] Integration with Google Earth

2009-02-04 Thread Stefan Dalakov
Hi Rodolfo, we are going a bit aside here from MGOS. I use ArcMap 9.3 and the tool is located in ArcToolBox-ConversionTools-ToKML-Layer to KML Stefan Dalakov Rodolfo Moreno wrote: Hi Stefan, which version of arcmap converts shp to kml? I have arcmap 9.2 and I have not found this tool.

RE: [mapguide-users] Popup window

2009-02-04 Thread Mark Pendergraft
There is no need to modify the viewer files. You can put your code into your own page and then set the task pane target to load said page. When you want the window to pop up is what will decide where/how you implement the code in your task pane page. -Mark From:

[mapguide-users] Connecting to WMS

2009-02-04 Thread Stefan Dalakov
Hi all, I am trying to add a WMS layer to my map. I followed the procedure described here : https://trac.osgeo.org/fdo/wiki/FdoWmsNotes to create a feature source. When I open the feature source in Studio the connection tests OK. Clicking the *Refresh* button generates an error originating from

Re: [mapguide-users] MapGuide REST Extension

2009-02-04 Thread GordonL
Hi Jason, the REST extension looks really promising. I particularly like the code-free aspect to extract attributes and coordinates of the features. Have you found it limiting due to the GET limitations. For example, I often have features with thousands of vertices, and it would be difficult

RE: [mapguide-users] MapGuide REST Extension

2009-02-04 Thread Jason Birch
Not sure why you would want to pass those features as a GET? Are you maybe talking about selection or buffering by a user-defined polygon? If so, then the correct pattern would be to post that feature to a session-based resource, and then reference that resource when doing the selection. Hmm.

RE: [mapguide-users] MapGuide REST Extension

2009-02-04 Thread Haris Kurtagic
Currently we don't have any session based or temporary resources. We did discussed that something in that direction could be done. Perhaps to store complex URI to be reused too. What MG REST extension supports now is that you can pass in query filter not only geometry but also URI which represent

Re: [mapguide-users] Consuming WFS, error in MGE2009

2009-02-04 Thread isca
Unfortunately I never found a solution to this problem. I did succeed to consume WFS with served by some other servers but in that case some other problems were occurring (not possible to select features, unstable, ...). Gary Morin wrote: I'm using MGE 2009 and trying to consume a WFS

RE: [mapguide-users] Consuming WFS, error in MGE2009

2009-02-04 Thread Berdel, Brian
Did you try setting the coordinate system in the coordinate system over-ride? Not sure if this will work for you...as I have not loaded any WFS and I am using open source, but when connecting a SQL Spatial Data Source, I got a similar error and it was resolved after I set the coordinate system

Re: [mapguide-users] Popup window

2009-02-04 Thread Nisha P
thank u very much..i'll try this. On Wed, Feb 4, 2009 at 10:56 PM, Mark Pendergraft ma...@meadgilman.comwrote: There is no need to modify the viewer files. You can put your code into your own page and then set the task pane target to load said page. When you want the window to pop up is

[mapguide-users] problem in installing map guid eopen source in Fedora 9

2009-02-04 Thread kapilmanoj
Hi all, i am using fedora 9.. i am trying to install map guide open source i am struggling for the past one week to install in fedora 9 i followed the instructions and procedures very keenly given in the installation document but i failed i installed apache and php

[mapguide-users] Clear session filters

2009-02-04 Thread Panduranga Ramachandran
Hi All, Please kindly support me by helping me on providing guidance to Clear session filters using Mapguide enterprise 2009. As I am new to this it would be grateful if supported by sample code. Thanks in advance, Ram ___ mapguide-users mailing list

Re: [mapguide-users] Consuming WFS, error in MGE2009

2009-02-04 Thread Kenneth Skovhede, GEOGRAF A/S
A problem that I see a lot, is that the WFS provider/server does not correctly read the extent of the data. This means that the preview shows a map somewhere else, and so, no data is displayed. The cure is to set up a map with the correct extents, and then add the layer here, and then preview

Re: [mapguide-users] Modify layout and layer on map

2009-02-04 Thread Kenneth Skovhede, GEOGRAF A/S
If you are modifying the layout, you probably want to run your code before starting the application. To do so, simply provide the end user with a link to your special page. In that page, do the setup, and then redirect to the MapGuide viewer files (Response.Redirect). If you want to modify

Re: [mapguide-users] Connect to PostgreSQL database via DNS (Mapguide Studio 2009)

2009-02-04 Thread Kenneth Skovhede, GEOGRAF A/S
Hi Rui. Please see if this explains your trouble: http://n2.nabble.com/FDO-OGR-Provider-for-PostGreSQL-8.3-%2B-PostGis-td2270066.html Regards, Kenneth Skovhede, GEOGRAF A/S Rui Daniro skrev: Hi all, I am using MapGuide Studio 2009 and have a database created using PostgreSQL which I

Re: [mapguide-users] Connecting to WMS

2009-02-04 Thread Kenneth Skovhede, GEOGRAF A/S
Since a WMS layer is a raster layer, MapGuide requires that the Coordinate System of the layer is EXACTLY the same as for the map. This means that the Coordinate System Override on the layer must match the map's Coordinate System exactly. To see if there are any errors reported, look in the

Re: [mapguide-users] Clear session filters

2009-02-04 Thread Kenneth Skovhede, GEOGRAF A/S
I have not heard of session filters in relation to MapGuide. Did you mean Session files? If so, they are deleted automatically after session expiration (approx. 15 minutes). You can delete them manually, using the DeleteResource method on a MgResourceService object. Regards, Kenneth Skovhede,