Re: [mapguide-users] How to embed the map in my own web page?

2008-02-09 Thread dorra2007
= Regards, Kenneth, GEOGRAF A/S dorra2007 skrev: That is what I have done. And I have always invalid repositorty type. Kenneth, GEOGRAF A/S wrote: You can only display WebLayouts with the viewer. You must also enter the full path to the weblayout: Library://mylayout.WebLayout

Re: [mapguide-users] How to embed the map in my own web page?

2008-01-30 Thread dorra2007
=Anonymouspassword= width=100% height=100%/iframe /body /html By adding commands, do you mean from code? What sort of commands do you want to add, and why is Studio not an option? Regards, Kenneth, GEOGRAF A/S dorra2007 skrev: Hello all; I have one precise question: Is it possible

Re: [mapguide-users] How to embed the map in my own web page?

2008-01-30 Thread dorra2007
That is what I have done. And I have always invalid repositorty type. Kenneth, GEOGRAF A/S wrote: You can only display WebLayouts with the viewer. You must also enter the full path to the weblayout: Library://mylayout.WebLayout Regards, Kenneth, GEOGRAF A/S dorra2007 skrev: i

Re: [mapguide-users] feature class in mapguide studio

2007-12-05 Thread dorra2007
they all have spatial indexes defined? z On Dec 5, 2007 1:29 AM, dorra2007 [EMAIL PROTECTED] wrote: The tables names: repere, historique, kangoo, test, interet, sol, route... I can get in maguide studio only: sol and route.. Do you think that the other names are too long? zspitzer wrote

Re: [mapguide-users] feature class in mapguide studio

2007-12-05 Thread dorra2007
are stored in the gemetry_columns table: this is the origin of the problem. So, I deduce that the bug comes from postgis. dorra2007 wrote: Just one more question, if you don't mind. Which type of index is the most appropriate in this case: B-tree, Hash, GiST or GIN. And the column which may

Re: [mapguide-users] feature class in mapguide studio

2007-12-05 Thread dorra2007
Just one more question, if you don't mind. Which type of index is the most appropriate in this case: B-tree, Hash, GiST or GIN. And the column which may be indexed is the geometry column, isn't it? dorra2007 wrote: Great, I create indexes on the geometry column and that resolves partially

Re: [mapguide-users] feature class in mapguide studio

2007-12-04 Thread dorra2007
problems unless you made them shorter can you show us a list of the table names? On Dec 4, 2007 8:13 PM, dorra2007 [EMAIL PROTECTED] wrote: I have deleted and recreated the connection, sometimes have one new table reflected in mapguide studio, sometimes not. The most blocking thing

Re: [mapguide-users] feature class in mapguide studio

2007-12-04 Thread dorra2007
yes, of course, all tables have geometry field JotaroKujo wrote: dorra2007 wrote: The most blocking thing is that in any case, the number of tables reflected doesn't exceed four. I mean, when I have more than four tables (7 for example), I have, as maximum, only four tables

[mapguide-users] Trouble with postgis provider

2007-11-30 Thread dorra2007
Hello al, I am using the latest version of the postgis provider with autodesk mapguide studio and I have a problem: When I create a postgis feature source using a specific database, I can find the features classes (that represent tables in the postgis database), but when I want to update my

Re: [mapguide-users] Select symbol Library at run time-precision

2007-11-19 Thread dorra2007
the setvisible to true. I can't find the problem. Can you help me please. dorra2007 wrote: Hello folks; How could we select the symbol librarry and the library item name at run time. What I want to do is to offer to uers the capacity to choose the symbol of their point layer from a predefined list

RE: re[mapguide-users] fresh map/layer

2007-11-12 Thread dorra2007
); ... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dorra2007 Sent: Saturday, November 10, 2007 1:10 PM To: mapguide-users@lists.osgeo.org Subject: re[mapguide-users] fresh map/layer How to trigger map refresh without any mouse event or other events

RE: [mapguide-users] newbie question about security

2007-11-08 Thread dorra2007
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of dorra2007 Sent: Thursday, November 08, 2007 3:08 AM To: mapguide-users@lists.osgeo.org Subject: Re: [mapguide-users] newbie question about security All users acess the same map (and layout), but the difference between users

Re: [mapguide-users] Connecting to site failed

2007-10-27 Thread dorra2007
I have restarted the mapguide service and the problem is resolved. thx. Jackie Ng wrote: Is your mapguide service running? - Jackie dorra2007 wrote: I m trying to get connect to the site in order to make changes on one specific layer, so I wrote the following code in java

[mapguide-users] Connecting to site failed

2007-10-26 Thread dorra2007
I m trying to get connect to the site in order to make changes on one specific layer, so I wrote the following code in java: MapGuideJavaApi.MgInitializeWebTier(D:\\Program Files\\MapGuideOpenSource\\WebServerExtensions\\www\\webconfig.ini); MgUserInformation userInfo = new

Re: [mapguide-users] hide layer on box checked

2007-10-25 Thread dorra2007
or the // changes will not be applied // Also be sure to refresh the map on page load. map.Save(resourceService); Regards, Kenneth, GEOGRAF A/S dorra2007 skrev: Hi all; I have read several posts about the setvisible function, but I have still errors in my code (I am using javascript/jsp

[mapguide-users] hide layer on box checked

2007-10-23 Thread dorra2007
Hi all; I have read several posts about the setvisible function, but I have still errors in my code (I am using javascript/jsp). Can someone give me a comprhensive code in javascript, wich show how i can use the SetVisible method? PS: My featuresource is a postgis database. here is the code i

Re: [mapguide-users] DigitizePoint

2007-10-20 Thread dorra2007
the javascript variable (containing the coordinate value) in a java code (written in a jsp page). Any suggestion will be welcome! dorra2007 wrote: Someone can give me a comprehensive javascript code of the DigitizePoint process. (the onDigitizedPoint doesnt accept point as argument nor (map,point

Re: [mapguide-users] DigitizePoint

2007-10-19 Thread dorra2007
res2 option...res2 have x1,y1 , x2,y2 coords so whit this you can write ex. point (my code write square) i don't know when you use script so take a look on parent.parent.ViewerFrame call. it that helpful? maciek dorra2007 pisze: Someone can give me a comprehensive javascript

Re: [mapguide-users] How to get programmatically a point coordinates?

2007-10-15 Thread dorra2007
layer, get a hold of MapGuide Studio. To get PostGIS data, download and install the PostGIS provider. 3. What do you want to integrate it with? Links are usually created with the ... tags, but I don't think thats what you mean. Regards, Kenneth, GEOGRAF A/S dorra2007 skrev: Hello

Re: [mapguide-users] postgis connection properties EMPTY!!!!!

2007-09-26 Thread dorra2007
I have tried this steps. I have successfully connected to postgis with windows XP home. Now I am using WinLSD and i wanted to redo exactly the same steps, but I failed. I have always the 4 fields empty, no data to enter and of course, can't establish connection to postgis. Does the problem come

Re: [mapguide-users] postgis connection properties EMPTY!!!!!

2007-09-26 Thread dorra2007
(as well as the other providers) depend on certain Dll's being avalible. I recommend using dependency walker to open the Dll, and view it dependencies. It will highlight missing dll dependencies. http://www.dependencywalker.com Regards, Kenneth, GEOGRAF A/S dorra2007 skrev: I have