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

2008-01-02 Thread Traian Stanev
Sestic > Sent: Wednesday, January 02, 2008 5:25 AM > To: mapguide-users@lists.osgeo.org > Subject: RE: [mapguide-users] FW: Problems while labeling polylines > > > There's MgStylizationUtil::ParseColor(CREFSTRING colorstr, RS_Color& > rscol) > sitting at the line 99 o

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

2008-01-02 Thread Maksim Sestic
There's MgStylizationUtil::ParseColor(CREFSTRING colorstr, RS_Color& rscol) sitting at the line 99 of StylizationUtil.cpp (MGOS 1.2.0), is this the right one? Please find attached roads LayerDefinition XML if there's a chance you can tell from it's contents what prevents proper stitching (I'm usin

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

2008-01-01 Thread Traian Stanev
ECTED] On Behalf Of Maksim Sestic Sent: Monday, December 31, 2007 9:27 AM To: mapguide-users@lists.osgeo.org Subject: RE: [mapguide-users] FW: Problems while labeling polylines Traian, it's been bugging me for a while too since I remember one of your previous post when you explained how compos

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

2007-12-31 Thread Maksim Sestic
Traian, it's been bugging me for a while too since I remember one of your previous post when you explained how composite layers should behave on endcaps. I'm using managed feature source (MS SQL Server) if it's of any importance, along with custom projection (WKT defined in feature source match th

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

2007-12-31 Thread Traian Stanev
.osgeo.org Subject: RE: [mapguide-users] FW: Problems while labeling polylines Hi Trajan, I'm using MGE 2008 and I couldn't get proper endcaps using single road layer with composite linestyle. Please see attached example. I guess MGOS stitches them right? Regards, Maksim Sestic

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

2007-12-31 Thread Maksim Sestic
Sorry for throwing that NaN part in, this is actually a topology property. Proposed road network is build up of continuous linestrings ("arcs" or "spans") broken at road crossings. I was just saying that you need to have your geometry correct in first place. I can also elaborate further on geometr

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

2007-12-31 Thread Maksim Sestic
Hi Trajan, I'm using MGE 2008 and I couldn't get proper endcaps using single road layer with composite linestyle. Please see attached example. I guess MGOS stitches them right? Regards, Maksim Sestic Traian Stanev wrote: > > For your item 3: > > 3) To get it looking GoogleMaps-al

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

2007-12-30 Thread azpublic
correctly. Cheers -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Traian Stanev Sent: dimanche, 30. décembre 2007 23:33 To: mapguide-users@lists.osgeo.org Subject: RE: [mapguide-users] FW: Problems while labeling polylines For your item 3: 3)

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

2007-12-30 Thread Traian Stanev
it makes up what you call NaN on the fly). Traian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maksim Sestic Sent: Saturday, December 29, 2007 8:32 AM To: mapguide-users@lists.osgeo.org Subject: Re: [mapguide-users] FW: Problems while labeling poly

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

2007-12-30 Thread uXuf
Maksim Sestic wrote: > > 3) To get it looking GoogleMaps-alike, you'll have to use at least two > separate layers: one for borders, the other (one pixel narrower, above it) > for continuous fill. In my case, both of them are stored in base layer > group. > Maksim, That could also be achieved

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

2007-12-29 Thread Maksim Sestic
Road network stylization sometimes turns out to be a challenging task, especially if you have Google Maps in mind. Take a look at the attachment, and the steps to reproduce visuals/behaviour: 1) First of all, you need to prepare your network topology in a NaN fashion (Node-Arc-Node), and stick to

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

2007-12-29 Thread uXuf
Oh, and as far as your "...fix the position of the label to the exact center of the polyline..." is concerned, you can specify the label's position by styling it's "Vertical alignment" to Halfline. You'll find that attribute in the FeatureLabel->Style Label form. Regards, uXuf azpublic wrote:

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

2007-12-28 Thread Traian Stanev
acement. Traian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of azpublic Sent: Friday, December 28, 2007 10:52 AM To: 'MapGuide Users Mail List' Subject: RE: [mapguide-users] FW: Problems while labeling polylines uXuf If you look at the re

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

2007-12-28 Thread azpublic
nt is relatively constant from one street to > another ... > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of uXuf > Sent: vendredi, 28. décembre 2007 15:16 > To: mapguide-users@lists.osgeo.org > Subject: Re: [mapguide-users] FW: Problems while

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

2007-12-28 Thread uXuf
; -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of uXuf > Sent: vendredi, 28. décembre 2007 15:16 > To: mapguide-users@lists.osgeo.org > Subject: Re: [mapguide-users] FW: Problems while labeling polylines > > > I wouldn't count it as

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

2007-12-28 Thread azpublic
... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of uXuf Sent: vendredi, 28. décembre 2007 15:16 To: mapguide-users@lists.osgeo.org Subject: Re: [mapguide-users] FW: Problems while labeling polylines I wouldn't count it as exactly a "bug"

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] 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: