Re: [mapguide-users] can anyone solved this buffer problem

2009-04-30 Thread Kenneth Skovhede, GEOGRAF A/S
My method would be to retrieve the WKT of the buffer object, then iterate all the layers, and for each layer execute a query with the filter set to: " INTERSECTS GEOMFROMTEXT('...wkt...')" You should then get all objects that are within the buffer zone. Regards, Kenneth Skovhede, GEOGRAF A/S

Re: [mapguide-users] can anyone solved this buffer problem

2009-04-30 Thread padmini godavarthi
Hi, Thanks for ur reply 1)can u plz tell me how to retrieve features with in the buffer area(actually im a little bit confused) Regards, Padmini. Kenneth Skovhede, GEOGRAF A/S wrote: > > It looks correct, it seems to follow the edges as expected. > > When creating the buffer, a simple meth

Re: [mapguide-users] freeBSD install

2009-04-30 Thread Jackie Ng
Fusion runs on top of MapGuide, which uses FDO. So yes you need to compile both. You're probably the first one to try compiling on BSD. So you're probably on your own here. Do let us know if you have success :-) - Jackie Marco Battistella wrote: > > Hi, > I am attempting to create a install o

[mapguide-users] freeBSD install

2009-04-30 Thread Marco Battistella
Hi, I am attempting to create a install of fusion/mapguide/fdo in a FreeBSD environment. I am encountering a number of issues and i hope someone here can help. First, i'm not quite clear of the different requirements etc... I was provided the fusion files created some time ago by a third party.

RE: [mapguide-users] WFS publishing question

2009-04-30 Thread Chris Claydon
You need to go into the MG server administrator web pages (http://localhost/mapguide/mapadmin/login.php) and configure the WFS server/port correctly. You'll probably need to re-start the web tier. After that, the GETCAPABILITIES response should hopefully contain the correct URL. Chris. -O

Re: [mapguide-users] can anyone solved this buffer problem

2009-04-30 Thread Kenneth Skovhede, GEOGRAF A/S
It looks correct, it seems to follow the edges as expected. When creating the buffer, a simple method is to take each line, and buffer it, so it gets rounded corners. Then alle the resulting buffer items are combined into a single object that is the buffer. If I look at your image, that seem

Re: [mapguide-users] (no subject)

2009-04-30 Thread Kenneth Skovhede, GEOGRAF A/S
You have to unsubscribe the same way you subscribed: http://lists.osgeo.org/mailman/listinfo/mapguide-users At the bottom of the page, enter your email and click "Unsubscribe or edit options". Regards, Kenneth Skovhede, GEOGRAF A/S srikant rahul skrev: plz unregister my id, i don't want an

Re: [mapguide-users] Can you group features?

2009-04-30 Thread Jackie Ng
You have to use a MultiXXX geometry type. (MultiPoint, MultiLineString, etc) To make these types in AutoCAD Map (2009 onwards AFAIK), right click your FDO layer in your Display Manager, and choose "New Feature from Geometry", then you can select all your disconnected (AutoCAD) lines, and they sho

RE: [mapguide-users] can anyone solved this buffer problem

2009-04-30 Thread Ivan Milicevic
Padmini, why do you think that there is something wrong with buffer??? It's look good to me. The strange shape is because you have created buffer ffrom selected polygon. -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Beha

Re: [mapguide-users] can anyone solved this buffer problem

2009-04-30 Thread padmini godavarthi
Hi Kenneth, i have created a buffer with 0.2 miles but i think the buffer is not creating accurately http://n2.nabble.com/file/n2745746/buffer.jpeg 1) can u provide any solution? 2)And can u plz tell me the code for retrieving parcel_id with in the buffer area(im a little

Re: [mapguide-users] WFS publishing question

2009-04-30 Thread Dragan Podvezanec
zspitzer wrote: > > you can tweak those values in the server\wfs directory > Ok, now I hardcoded those values in 1.0.0 and 1.1.0.xml.awd. Still, Map2009 says: There was a problem accessing the connection's schema information. The HTTP request URI was not found by the server. For WFS paramet

Re: [mapguide-users] WFS publishing question

2009-04-30 Thread Zac Spitzer
you can tweak those values in the server\wfs directory On Thu, Apr 30, 2009 at 5:04 PM, Dragan Podvezanec wrote: > > Well, I noticed something, maybe this is the error: > > Part of the result of > > http://localhost/mapguide/mapagent/mapagent.fcgi?REQUEST=GETCAPABILITIES&SERVICE=WFS&VERSION=1.0.0

RE: [mapguide-users] WFS publishing question

2009-04-30 Thread Dragan Podvezanec
Well, I noticed something, maybe this is the error: Part of the result of http://localhost/mapguide/mapagent/mapagent.fcgi?REQUEST=GETCAPABILITIES&SERVICE=WFS&VERSION=1.0.0 is this: http://localhost:8008/mapguide/mapagent/mapagent.fcgi?"/> Where is this 8008 coming from?? I'm running mapg