Re: [mapguide-users] prob with GetSelectionXml()

2009-06-18 Thread saloua wakrim
gt; subject will not > attract attention from the people likely to have the answer to this. > > Regards, Kenneth Skovhede, GEOGRAF A/S > > > > saloua wakrim skrev: > > hi kenneth! at first thanks a lot for your help, i've read the > documentation you gove me an

Re: [mapguide-users] Saving a point to map permanently

2009-06-11 Thread saloua wakrim
as first coordinates of your point give: 589681.650122844 and as second coordinates give: 251.7644577, try and tell me, follow the same way that i send you and forget this digitize it can't release that you want 588581.650122844 590822.599955068 2509840.7644577 2512013.76396571 2009/

Re: [mapguide-users] Saving a point to map permanently

2009-06-10 Thread saloua wakrim
you don't see the point your add in your map? if it's case there is prob of coordinates, save your map on xml format and send me this file 2009/6/10 sathishpsk9 > > > > > Hi good morning , > > thanks for all your efforts i am not talking about mapFrame.Refresh() > but page refresh. > the

Re: [mapguide-users] Saving a point to map permanently

2009-06-09 Thread saloua wakrim
this step is necessary just when you want that changes you are adding to map be saved on map in mapguidestudio cause it knows just xmldef of map, else it's not necessary, so it works now? 2009/6/9 sathishpsk9 > > Hi > > thank you very much. i did the same with a little difference that i > cr

Re: [mapguide-users] Saving a point to map permanently

2009-06-09 Thread saloua wakrim
code, good luck 2009/6/9 sathishpsk9 > > > Hi saloua, > Thanks for reply but i what have you disscussed is not the > problem because i have taken co-ordinates from Digitized() > method..that might be beacuase of map ... bcoz i open it in session and

Re: [mapguide-users] Saving a point to map permanently

2009-06-09 Thread saloua wakrim
u give your point must be within this minextent and maxextent for x and y, try that and reply me 2009/6/9 sathishpsk9 > > > > Hi saloua, >Ya i used Library fo r both creation of feature and layer > definintion .but the point didnot appeared on tha map after a re

Re: [mapguide-users] Saving a point to map permanently

2009-06-09 Thread saloua wakrim
and in xml definition of layer you use to introduce points "you use "library/..." even for feature source? so strange when i create it me it's permanentlly on map!! 2009/6/9 sathishpsk9 > > > Hi saloua, >Thanks for reply.. i created

[mapguide-users] Re: zoom polygon prob

2009-06-08 Thread saloua wakrim
2009/6/8 saloua wakrim > hi all! i've application wich allow user to select polygon on map, on clic > on polygon i change polygon color, now i want to allow this user to zoom to > this polygon selected with manner wich proportionnal to his action on his > mouse, and that h

[mapguide-users] change selection color

2009-06-08 Thread saloua wakrim
hi ! i've read the documentation you gove me and tried to apply it for changing selection color : format of my "ajaxmappane.templ" (or function wich concerning me) is function RequestMapImage(reqId) { url = webAgent + "?OPERATION=GETDYNAMICMAPOVERLAYIMAGE&FORMAT=PNG&VERSION=1.0.0&SESSION=" +

[mapguide-users] zoom polygon prob

2009-06-08 Thread saloua wakrim
hi all! i've application wich allow user to select polygon on map, on clic on polygon i change polygon color, now i want to allow this user to zoom to this polygon selected with manner wich proportionnal to his action on his mouse, and that he can augment and reduce this zoom to polygon he selects

Re: [mapguide-users] prob with GetSelectionXml()

2009-06-08 Thread saloua wakrim
fresh question, as the current > subject will not > attract attention from the people likely to have the answer to this. > > Regards, Kenneth Skovhede, GEOGRAF A/S > > > > saloua wakrim skrev: > > hi kenneth! at first thanks a lot for your help, i've read the >

Re: [mapguide-users] Saving a point to map permanently

2009-06-08 Thread saloua
i don't know how do you create it but i think with using "Session://" so if you want to keep it permanentlly on your map you must use "Library://layerDefinition" instead of session when your create your layer and feature source and you can use mapguidestudio for see all time your feature s

Re: [mapguide-users] prob with GetSelectionXml()

2009-06-05 Thread saloua wakrim
Change_Selection_Color_Setting > or here: > > http://www.jasonbirch.com/nodes/2008/12/02/213/changing-selection-colour-in-mapguide-ajax-viewer/ > > Regards, Kenneth Skovhede, GEOGRAF A/S > > > > saloua wakrim skrev: > > hi kenneth ! when we select object on map or (se

[mapguide-users] Re: intersection with two polygones

2009-06-05 Thread saloua wakrim
resolved! effectivelly i must just reverse order of layer for displaying just difference between both of layers! 2009/6/5 saloua wakrim > hi all developpers! i draw polygones in map on layer wich named " > champs_reels" (as my code shows it), i want to draw intersection betwen &

[mapguide-users] Re: intersection with two polygones

2009-06-05 Thread saloua wakrim
MgAgfReaderWriter() Dim batiment As MgPolygon = geometryReaderWriter2.Read(geometrybati) listbatiments.Add(batiment) Dim polyintersection As MgPolygon = polygones(i).Difference(batiment) End While Next 2009/6/5 saloua wakrim > hi all developpers! i draw polygones in map on layer wich named &

[mapguide-users] intersection with two polygones

2009-06-05 Thread saloua wakrim
hi all developpers! i draw polygones in map on layer wich named " champs_reels" (as my code shows it), i want to draw intersection betwen these polygones and polygones of another layer wich named "batiments" (as my code shows), i want drw a polygones wich constitute difference between both of these

Re: [mapguide-users] prob with GetSelectionXml()

2009-06-04 Thread saloua wakrim
Setting > or here: > > http://www.jasonbirch.com/nodes/2008/12/02/213/changing-selection-colour-in-mapguide-ajax-viewer/ > > Regards, Kenneth Skovhede, GEOGRAF A/S > > > > saloua wakrim skrev: > > hi kenneth ! when we select object on map or (selection) mapguide

Re: [mapguide-users] prob with GetSelectionXml()

2009-06-03 Thread saloua wakrim
hi kenneth ! when we select object on map or (selection) mapguide marks it with blue color (with some transparency) who knows the code of this color? if we want use it for example as foreground to draw layer what is the code wich allow that, thanks for all in advance 2009/5/28 Kenneth Skovhede, GE

Re: [mapguide-users] prob with GetSelectionXml()

2009-06-03 Thread saloua wakrim
hi all ! when we select object on map or (selection) mapguide marks it with blue color (with some transparency) who knows the code of this color? if we want use it for example as foreground to draw layer what is the code wich allow that, thanks for all in advance 2009/5/28 > hi all! did you know

Re: [mapguide-users] prob with GetSelectionXml()

2009-06-03 Thread saloua wakrim
hi all ! when we select object on map or (selection) mapguide marks it with blue color (with some transparency) who knows the code of this color? if we want use it for example as foreground to draw layer what is the code wich allow that, thanks for all in advance. 2009/5/28 > hi all! did you kno

Re: [mapguide-users] prob with GetSelectionXml()

2009-06-02 Thread saloua wakrim
hi all! i draw polygone in map wich appear when i display map, i want zoom to this polygone (see its size change with zoom change on map) with the manner proportional to the user zoom, please if some one has any idea about how can i proceed please say it me, thanks a lot on advance. 2009/5/28 >

Re: [mapguide-users] prob with GetSelectionXml()

2009-05-28 Thread saloua wakrim
thanks a lot that what i was thinking thanks kenneth 2009/5/28 Kenneth Skovhede, GEOGRAF A/S > Its the runtime layer's ID, which is a guid string, and changes for each > invocation of the map. > (eg, you can't save it and use it in another session). > > Selection xml looks like this: > > > >

Re: [mapguide-users] help

2009-05-28 Thread saloua wakrim
that if the id on means the session used by user i think that layer contained on selection won't be known, but i'm not sure please if you have some idea tell it me, thanks a lot on advance. 2009/5/26 saloua wakrim > hi! thanks alot for your help, i found exemple in phpsamples exp

Re: [mapguide-users] prob with GetSelectionXml()

2009-05-26 Thread saloua wakrim
thanks for your reply but it's same in vb.net even i do count() it gives the same error 2009/5/26 Chris Claydon > I'm not too familiar with VB, but don't you need to call Layers.GetCount() > (i.e. using brackets (), since it's a method)? > > -Original Message- > From: mapguide-users-boun

Re: [mapguide-users] help

2009-05-26 Thread saloua wakrim
ase tell it me, thanks a lot on advance 2009/5/26 Kenneth Skovhede, GEOGRAF A/S > The keyword for this is base64 encoding, see: > http://lists.osgeo.org/pipermail/mapguide-users/2008-February/011245.html > and > http://www.mail-archive.com/mapguide-users@lists.osgeo.org/msg03312.html > &

Re: [mapguide-users] help

2009-05-25 Thread saloua wakrim
er. > > Regards, Kenneth Skovhede, GEOGRAF A/S > > > > saloua wakrim skrev: > > but please if you know what that UNIT means in coordinates System say it > me: > > > < > CoordinateSystem>GEOGCS["WGS84 Lat/Long's, Degrees, -180 ==> > +180&q

Re: [mapguide-users] help

2009-05-25 Thread saloua wakrim
hi i want get coordinates of the point inserted in map how can i proceed? thanks on advance 2009/5/25 saloua wakrim > hello! i drw polygones in map and display it i want know how can i get them > transparent for allowing me see another layers, thanks on advance, i thi,k > that thi

Re: [mapguide-users] help

2009-05-25 Thread saloua wakrim
from one > projection to another. > > Regards, Kenneth Skovhede, GEOGRAF A/S > > > > saloua wakrim skrev: > > but please if you know what that UNIT means in coordinates System say it > me: > > > < > CoordinateSystem>GEOGCS["WGS84 Lat/Long&#

Re: [mapguide-users] help

2009-05-19 Thread saloua wakrim
, that looks right. > > You must also refresh the map (refresh/pan/zoom/etc.) in the browser via > javascript. > > In addition to my other suggestions, you can also check the error log for > messages. > > Regards, Kenneth Skovhede, GEOGRAF A/S > > > > saloua wakrim

Re: [mapguide-users] help

2009-05-19 Thread saloua wakrim
not work, you have to manually convert the items, which is not > a trivial procedure. > > Regards, Kenneth Skovhede, GEOGRAF A/S > > > > saloua wakrim skrev: > > hi! did you know lease how MgCreateSdfParams() works and what attributes i > must give it cause ii thi

Re: [mapguide-users] help

2009-05-19 Thread saloua wakrim
t the items, which is not > a trivial procedure. > > Regards, Kenneth Skovhede, GEOGRAF A/S > > > > saloua wakrim skrev: > > hi! did you know lease how MgCreateSdfParams() works and what attributes i > must give it cause ii think that the prob i have is coordinates i use fo

Re: [mapguide-users] help

2009-05-15 Thread saloua wakrim
right. > > You must also refresh the map (refresh/pan/zoom/etc.) in the browser via > javascript. > > In addition to my other suggestions, you can also check the error log for > messages. > > Regards, Kenneth Skovhede, GEOGRAF A/S > > > > saloua wakrim skrev:

Re: [mapguide-users] Changing Draw Order Priority of a Temporary Layer

2009-05-11 Thread saloua wakrim
hi adnanc, please if your code wish insert the layer in the map and allow you to see it after refreshing map runs well, send it to me if you want, i don't see my error and i spent a lot of my time for doing that but no way... 2009/5/8 adnanc > > Hello all, > > I've created a temporary map layer

Re: [mapguide-users] help

2009-05-11 Thread saloua wakrim
er from Studio/Maestro. > > Regards, Kenneth Skovhede, GEOGRAF A/S > > > > saloua wakrim skrev: > > i try the following code for displaying layer wich contains line in map, > so i digitize a line, create temporary feature for this line, create a layer > wich contains it

Re: [mapguide-users] Changing Draw Order Priority of a Temporary Layer

2009-05-11 Thread saloua wakrim
i want create temporary layer too wich contains polygone this is what i do, idon't see layer after refreshing map (on iframe) and when i use mapguide studio for see the layer i find layer but it doesn't contain polygon i insert, pleaaase correct me my code if you can,i give it you: as cordinates

Re: [mapguide-users] help

2009-05-10 Thread saloua wakrim
thanks a lot for your replay,yes, i'm sure, i've tried another code and with mapguide studio i see the layer that i add, it contains the line wich i insert, but on iframe (where the map is displayed) i don't see the layer and even in mapguide studio with the layers belonging to the map, i don't see

[mapguide-users] please help me

2009-05-03 Thread saloua wakrim
i try to draw line so i create feature source and layer wich contains line and add it to the map, this is my code, it doesn't give me error baut when i run it i don't see the layer in map: <% @ Page Language="C#" AutoEventWireup="true" CodeFile="essai.aspx.cs" Inherits ="essai" %> <% @ Import

[mapguide-users] pleease help

2009-05-03 Thread saloua wakrim
<% @ Page Language="C#" AutoEventWireup="true" CodeFile="essai.aspx.cs" Inherits ="essai" %> <% @ Import Namespace="System" %> <% @ Import Namespace="System.IO" %> <% @ Import Namespace="System.Collections.Specialized" %> <% @ Import Namespace="OSGeo.MapGuide" %> <% @ Import Namespace="System

[mapguide-users] help

2009-04-27 Thread saloua wakrim
i try the following code for displaying layer wich contains line in map, so i digitize a line, create temporary feature for this line, create a layer wich contains it and add it to the map. it doesn't give me some error but i can see the line in the map (i can draw it). Please help me. the code is