RE: [mapguide-users] FW: Problems while labeling polylines

2007-12-28 Thread Traian Stanev
Comparing to Google Maps... Google Maps scales font size very significantly as well. For example, look at "Armory Drive" here: http://maps.google.com/?ie=UTF8&hl=en&q=10+market+st,+san+francisco&f=q&sll=37.0625,-95.677068&sspn=23.875,57.630033&ll=37.729075,-122.501915&spn=0.003407,0.006689&z=18&o

RE: [mapguide-users] Base64 decoding process

2007-12-28 Thread Traian Stanev
First of all, w = 48 = 11, not 10. Then "piw" => 101001 100010 11 => 1010 0110 0010 1100 => A6 2C => 2C A6 (little endian byte order) => 11430. Traian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim O'Leary Sent: Friday, December 28, 2

[mapguide-users] What is needed to prepare map data for MapGuide?

2007-12-28 Thread Yao Xu
When working with a map data supplier, what are the guidelines for preparing third party map data to be used with MapGuide ? Thanks much in advance! Yao Be a better friend, newshound, and know-it-all w

[mapguide-users] Select feature problem

2007-12-28 Thread mates
I am trying to build a query.I have a temporary created layer. It's a one rectangle. Now i want select this one feuture by a SelectFeature function,but it doesn't work. //Code to create $siteConnection, $resourceService and $featureService $map = new MgMap(); $map->Open($res

[mapguide-users] Base64 decoding process

2007-12-28 Thread Jim O'Leary
I'm trying to figure out the Base64 decoding process that MapGuide uses to store the user's selections on the map. When I select a given parcel in Sheboygan, the Properties pane tells me FeatId = 11430 When I capture the selection XML for this feature, it gives me the the ID tag as piwAAA=

RE: [mapguide-users] Vista IIS7

2007-12-28 Thread Berdel, Brian
Hey Scott, Thanks for the advice, but I just decided to go the Virtual PC route... After finally getting PHP up and running with IIS7 for the administration page, I was getting errors on that too. Too much of a headache... Thanks anyway though. Brian Berdel McMahon Associates, Inc. p: 215

Re: [mapguide-users] Problem with SelectFeature with CurvePolygon

2007-12-28 Thread Luiz Marcio Viana
The exception says: An exception occurred in FDO component. Unsupported spatial operation After that I checked the Capability of Autodesk Oracle provide and It doesn't have support for spatial operation "Within". Now, I'm trying "Interserct" operation wich is supported by this provider. Thank

[mapguide-users] Problem with SelectFeature with CurvePolygon

2007-12-28 Thread Luiz Marcio Viana
Hi, I'm trying to make a spatial filter using a curve polygon formed by two semi-arcs (circular region). But when I execute the SelectFeature method I get the following exception - MgFeatureServiceHandler.ProcessOperation line 83 file c:\build_bond_area\bond_nightly\build_41.3\ent\os\server\sr

RE: [mapguide-users] FW: Problems while labeling polylines

2007-12-28 Thread azpublic
Thanks for your help uXuf. I'll be trying to play a little more. If anybody has more help. It's appreciated. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of uXuf Sent: vendredi, 28. décembre 2007 17:58 To: mapguide-users@lists.osgeo.org Subject: RE: [ma

RE: [mapguide-users] FW: Problems while labeling polylines

2007-12-28 Thread uXuf
I would maintain that MapGuide is doing its best to show as many line labels as possible. Regarding your labels going upside down I think it'd happen if you have a street that starts okay horizontally, but some how comes back in a U-turn, only horizontally. So as far as I have experienced, the lab

RE: [mapguide-users] FW: Problems while labeling polylines

2007-12-28 Thread azpublic
uXuf If you look at the region of my attachment in google maps (Geneva Switzerland) you can notice on smaller streets that the name does go upside down. But its quite rare and certainly not as frequent as in mapguide. Moreover the size of the font is relatively constant from one street to another

Re: [mapguide-users] FW: Problems while labeling polylines

2007-12-28 Thread uXuf
I wouldn't count it as exactly a "bug". I think it is a reasonable behaviour for that it attempts to display as many line labels as possible. These are only obscured by the presence of other objects in close vicinity, or the length of the line, which makes the labels smaller and/or force them to t

Re: [mapguide-users] Add Feature to a layer

2007-12-28 Thread djonio
maybe try something like this so you can take a look at the geometry object MgCoordinate coord = geometryFactory.CreateCoordinateXY(System.Convert.ToDouble(vertices[0]), System.Convert.ToDouble(vertices[1])); MgPoint point = geometryFactory.CreatePoint(coord); MgGeome

Re: [mapguide-users] FW: Problems while labeling polylines

2007-12-28 Thread Maciej Skorczewski
you can try to change length of segment road (using some CAD/GIS tool)...i my opinion that is some bug i mapguide but if you try to make segment longer perchance that help. maciek ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http:

[mapguide-users] Meansure tool (change line label)

2007-12-28 Thread Maciej Skorczewski
hi! does anybody try to change meansure tool line label? i what to show segment length on line label. like in this example http://img205.imageshack.us/img205/6491/111fl7.jpg how can i do this? is use ajax viewer. -- Maciej ___ mapguide-users mail

RE: [mapguide-users] Nice road design

2007-12-28 Thread azpublic
Hi, Sorry if I am beating a dead horse here. I wanted to know if the question I was posting some time earlier this year is now an integrated feature in the new releases of mapguide OS? How can I style my street polylines in such a way that their width will be relative to the scale of th