Re: [mapguide-users] anyone using gmail not receiving all the list emails

2009-02-02 Thread Kenneth Skovhede, GEOGRAF A/S
Not using gmail, but I have noted missing posts as well. Regards, Kenneth Skovhede, GEOGRAF A/S Zac Spitzer skrev: I have noticed the last couple of replies from Jackie were to posts that didn't arrive in my gmail? looking on nabble i can see the posts... http://n2.nabble.com/MapGuide-Users-

Re: [mapguide-users] SQL datetime trouble

2009-02-02 Thread Kenneth Skovhede, GEOGRAF A/S
I have found the FDO "TIMESTAMP" command to works for me: "DateColumn" > TIMESTAMP '2009-01-30 23:25:00' It might not work on all providers though. Regards, Kenneth Skovhede, GEOGRAF A/S Traian Stanev skrev: This is more of a workaround than a solution to the problem, but... You can try

Re: [mapguide-users] anyone using gmail not receiving all the list emails

2009-02-02 Thread Stefan Dalakov
Same with me, I am not on gmail, as you can see, and I didn't get only the last post to which Jackie replied Zac Spitzer wrote: I have noticed the last couple of replies from Jackie were to posts that didn't arrive in my gmail? looking on nabble i can see the posts... http://n2.nabble.com/Map

Re: [mapguide-users] OnPointDigitized and GetTransform

2009-02-02 Thread Jackie Ng
GetTransform() requires two MgCoordinateSystem objects. These are created from the MgCoordinateSystemFactory, which you have to pass in wkt strings of the coordinate systems. So you need 2 wkt strings: 1) The map's coordinate system (The GetMapSRS() method of MgMap will return this string) 2) Th

[mapguide-users] anyone using gmail not receiving all the list emails

2009-02-02 Thread Zac Spitzer
I have noticed the last couple of replies from Jackie were to posts that didn't arrive in my gmail? looking on nabble i can see the posts... http://n2.nabble.com/MapGuide-Users-f1803227.html anyone else seeing this? -- Zac Spitzer - http://zacster.blogspot.com +61 405 847 168 __

Re: [mapguide-users] having a problem for mapGuide

2009-02-02 Thread Jackie Ng
The Apache that comes with MapGuide is just Apache/PHP, it is not a full WAMP/LAMP stack. You will have to install mysql/phpmadmin/other components separately. - Jackie sara_ghafary wrote: > > thanks > i examine it afterwards, > what do My Project Connect to My Sql ? > where is PhpMyAdmin ?

Re: [mapguide-users] MapGuide Web studio

2009-02-02 Thread Jackie Ng
That is "note the uppercase A" and not "not the uppercase A" :-) - Jackie Jackie Ng wrote: > > 1. No, you can use MapGuide Maestro > (http://trac.osgeo.org/mapguide/wiki/maestro) > > 2. The default user/pass is : Administrator/admin (not the uppercase A) > > 3. I don't think much documentat

Re: [mapguide-users] MapGuide Web studio

2009-02-02 Thread Jackie Ng
1. No, you can use MapGuide Maestro (http://trac.osgeo.org/mapguide/wiki/maestro) 2. The default user/pass is : Administrator/admin (not the uppercase A) 3. I don't think much documentation exists for web studio. Not to mention that web studio hasn't been maintained in ages. You are better of u

[mapguide-users] OnPointDigitized and GetTransform

2009-02-02 Thread Steve G
I am trying to create a tool in the task pane where you click a button and then click on the map which will get the x, y coordinates and open in google maps. I have found the sample onpointdigitized php example and copied the code and it works pretty well to get the x, y coordinates. The next st

Re: [mapguide-users] Integration with Google Earth

2009-02-02 Thread Stefan Dalakov
Hi, Have you tried with ArcMap ? Or perhaps you could try to convert a mapguide layer to KML using web tier test page - http://localhost:8008/mapguide/mapagent/index.html ? I have converted several files with both methods and it works. It was some time ago, but I remember there was a problem i

Re: [mapguide-users] Fusion and Digitizing

2009-02-02 Thread Mike Adair
In Fusion 2.0, we can certainly clear the digitized features by calling the Vector layer destroyFeatures() method. I'm not familiar with the behaviour of the old viewers that MapGuideViewerAPI is trying to mimic so I would need to know when the features should be cleared: when you start drawin

RE: [mapguide-users] SQL datetime trouble

2009-02-02 Thread Traian Stanev
This is more of a workaround than a solution to the problem, but... You can try to make some expression that converts the date to a string of the form -MM-DD and then write your filter as a string comparison. You can compare dates in this format using simple string comparisons (lexicographi

[mapguide-users] Integration with Google Earth

2009-02-02 Thread Sergio Nistal Calvo
Hi, I´m trying to convert some data in shp format to kml format with Shp2kml program and I have two problems: 1 - one of the data, I can´t convert because the attribute is "too long, > 100 characters (240)", 2 - opening the other data with Google Earth, I get the map upside down, as if seen w

[mapguide-users] SQL datetime trouble

2009-02-02 Thread Darren Karasiuk
Hello, I've been trying to use MapGuide OS and have been able to show a themed layer when I filter by the unique row id and equipment id. Instead of using row IDs, I need to filter the data by date and time ranges. So far, when ever I use a datetime field to filter, the entire database is returne

[mapguide-users] display SQL select result

2009-02-02 Thread Peter Filip
Hello! My sql select is returning spatial data. I'm looking for a neat solution for display this data. I can't put this data to a DB table. So i need somehow copy this data somewhere in the mapguide reposiroty. :-) There will be couple thousands of records. Any suggestions ? -- View this me

RE: [mapguide-users] Thematic Mapping

2009-02-02 Thread Chris Claydon
Hi Padmini, The InterpolateColor() function in your code below has a method signature like this: private String InterpolateColor(double portion, String startColor, String endColor, int percentTransparent) You should set the startColor string to be the first color you want to use in your range

RE: [mapguide-users] To customize the object VIEWERMOVESLIDER of the viewer ajax

2009-02-02 Thread Chris Claydon
If you open up the web tier file www/viewerfiles/ajaxmappane.templ in a text editor and search for "sliderscale", you should be able to find most of the code related to this control. There is one div called sliderscale, that corresponds to the main slider, and one called slider that corresponds

RE: [mapguide-users] Add new template layout to Mapguide Studio

2009-02-02 Thread Rui Daniro
Hi Chris, Thank you for your really helpful answer. Rui _ De: Chris Claydon (via Nabble) [mailto:ml-user+65645-808512...@n2.nabble.com] Enviada: 02 February 2009 15:11 Para: Rui Daniro Assunto: RE: [mapguide-users] Add new template layout to Mapguide Studio Indeed there

RE: [mapguide-users] Add new template layout to Mapguide Studio

2009-02-02 Thread Chris Claydon
Indeed there is! Studio obtains the list of available templates by calling the ENUMERATEAPPLICATIONTEMPLATES HTTP operation. If you're curious to see the response, you can submit the request from the "Web Applications" section of the web tier test pages. The information returned comes from the

Re: [mapguide-users] Mapguide OpenSource and DWF files

2009-02-02 Thread rithika
Thank you. What I would like to do is to be able to change text / highlight colors of different objects in the dwf file based on the database query. I have tried embedding dwf in jsp page, but I am unable to add / change text of the objects. I read that Mapguide is more flexible and would allow me

[mapguide-users] Add new template layout to Mapguide Studio

2009-02-02 Thread Rui Daniro
I would like to know if there is a way to add a new template layout to the existent list on Mapguide Studio? -- View this message in context: http://n2.nabble.com/Add-new-template-layout-to-Mapguide-Studio-tp2257619p2257619.html Sent from the MapGuide Users mailing list archive at Nabble.com. _

[mapguide-users] To customize the object VIEWERMOVESLIDER of the viewer ajax

2009-02-02 Thread alba
Hi all, I would like to customize the object VIEWERMOVESLIDER of the viewer ajax where can I find the procedure that build it? where can I find the event of this object? thank you Alba -- View this message in context: http://n2.nabble.com/To-customize-the-object-VIEWERMOVESLIDER-of-the-view