RE: [mapguide-users] RE: RE: Buffer rectangle

2007-07-08 Thread Martin Morrison
That buffer will be parallel on the sides of the rectangle, but on the corners it will curve. Take a piece of paper of paper and draw two rectangles like you want your buffer. Now measure from the corner of the inner rect to the corner of the outer rect. That distance is greater than your b

[mapguide-users] Failt to zoom to location based on parameter input

2007-07-08 Thread bongtk
dear all, goodday! i'd tested search parcel function using sheboygan data. One of the processes is it is able to create the hyperlink that zoom to specific location through calling in "gotopoint.php" script. i'm thinking of to use the same script, "gotopoint.php" script to navigate to any specific

Re: [mapguide-users] Symbols in the legend section

2007-07-08 Thread James Card
On Sun, 08 Jul 2007 08:47:37 -0700, ori gudes <[EMAIL PROTECTED]> wrote: I defined a shp (sdf layer) inside the point style to present symbols using the symbol library folder. The various symbols are conditioned by specific values. However, after I defined more then 5 symbols, I couldn't se

[mapguide-users] RE: RE: Buffer rectangle

2007-07-08 Thread Jim O'Leary
I am already calling the Buffer() method from an MgGeometry polygon with an arbitrary number of x,y coordinates. However, the buffer that the method returns is a circle, and not the shape of that polygon. I took my code from the Autodesk Dev Guide sample selectfeaturesinbuffer.php, and also from

[mapguide-users] RE: Buffer rectangle

2007-07-08 Thread Jim O'Leary
I mean a buffer for measurement. Envelope is for the rendering service, correct? I don't want to print, but to select parcels within a certain buffer. Scott Hameister wrote: > > Do you mean an offset vs buffer...or do you mean an xy envelope offset? > > ___

[mapguide-users] SQL Server 2005 ODBC not working with MGOS 1.2 RC2

2007-07-08 Thread Ismael Cams
Hello, I try to set up an ODBC connection with SQL Server. Although the connection is indicated as succesfull, there are no tables showed. When looking into the MGOS server log file the following error message is shown: Error: An exception occurred in FDO component. Invalid length 0 for

Re: [mapguide-users] Using elevation / height information in mapguide (srtm)

2007-07-08 Thread Eduard Witteveen
On Mon, 2007-07-02 at 12:47 -0700, RichBauer wrote: > ... > SID raster data. I can't tell if yours is exactly the same since I am not > extremely knowledgeable on this subject and using the info given, but the > following thread might be of help. It fixed mine perfectly. This was on > ... I chan

[mapguide-users] Symbols in the legend section

2007-07-08 Thread ori gudes
Hi I defined a shp (sdf layer) inside the point style to present symbols using the symbol library folder. The various symbols are conditioned by specific values. However, after I defined more then 5 symbols, I couldn't see all the symbols in the legend frame only (…). Moreover, I defined one scal

[mapguide-users] passing properties to command

2007-07-08 Thread Atika Sultan
how can i pass properties of the currently's selected feature point to the user created command? _ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct

[mapguide-users] How can we make the changes stored in the map in programming methods ?

2007-07-08 Thread Tsai Chih-Cheng
Hi all : I develop my application with MGOS and ASP.Net by using C#. I download the dotnetsamples from here . And I set up this sample successfully and it works fine. But I confuse that the "Basic Samples - Interacting With Lay