MapWindow 4 - ActiveX Control Programming : MapWindow Discussion Forum
I'm having a problem understanding how the overlap of symbology works. I have two separate point shapefiles that denote different types of airports. One airport file (the base) is a light blue circle. On top of that I overlay another airport shapefile (the airports of interest) and that is a pink s
Overlap of point symbology
Posted by:
sindizzy ()
Date: July 16, 2012 04:32PM
I'm having a problem understanding how the overlap of symbology works. I have two separate point shapefiles that denote different types of airports. One airport file (the base) is a light blue circle. On top of that I overlay another airport shapefile (the airports of interest) and that is a pink star. Now when i turn on both layers I would expect those airports that are coincident to have a pink star on top of a blue circle. This is not the case, all I see is a blue dot. My legend shows that definitely the pink star layer is on top of the blue circle layer.
I just tried in the ESRI product and that shows the two symbology even if they are on top of each other. Am I missing something to make that work in MapWindow?
AGP
Edited 1 time(s). Last edit at 07/16/2012 04:34PM by sindizzy.
I just tried in the ESRI product and that shows the two symbology even if they are on top of each other. Am I missing something to make that work in MapWindow?
AGP
Edited 1 time(s). Last edit at 07/16/2012 04:34PM by sindizzy.
Re: Overlap of point symbology
Posted by:
pmeems ()
Date: July 18, 2012 01:51AM
Are you looking for the collision mode:
sf.CollisionMode = tkCollisionMode.AllowCollisions;
Docs: [www.mapwindow.org]
--
Paul
--
Don't forget to read the new documentation: www.mapwindow.org/documentation/mapwingis4.8
Join us Google+: MapWindow GIS Google+ Community
Join the MapWindow Group on LinkedIn! LinkedIn - MapWindow Group
Download the latest beta installer at:
tinyurl.com/mwMonthly 32-Bit
tinyurl.com/mwMonthlyx64 64-Bit
Follow me on Twitter MapWindow_nl to read when a new installer is published.
---
Paul Meems
The Netherlands
[www.bontepaarden.nl]
Release manager, configuration manager and
forum moderator of MapWindow GIS
Owner of MapWindow.nl - Support for
Dutch speaking users: www.mapwindow.nl
*******
Everything I say or write is my personal opinion and
not the opinion of the company I work for.
*******
View my profile on LinkedIn
sf.CollisionMode = tkCollisionMode.AllowCollisions;
Docs: [www.mapwindow.org]
--
Paul
--
Don't forget to read the new documentation: www.mapwindow.org/documentation/mapwingis4.8
Join us Google+: MapWindow GIS Google+ Community
Join the MapWindow Group on LinkedIn! LinkedIn - MapWindow Group
Download the latest beta installer at:
tinyurl.com/mwMonthly 32-Bit
tinyurl.com/mwMonthlyx64 64-Bit
Follow me on Twitter MapWindow_nl to read when a new installer is published.
---
Paul Meems
The Netherlands
[www.bontepaarden.nl]
Release manager, configuration manager and
forum moderator of MapWindow GIS
Owner of MapWindow.nl - Support for
Dutch speaking users: www.mapwindow.nl
*******
Everything I say or write is my personal opinion and
not the opinion of the company I work for.
*******
View my profile on LinkedIn
Re: Overlap of point symbology
Posted by:
sindizzy ()
Date: July 18, 2012 03:37PM
I didnt know that existsed. :) I'll experiment with it. Couple comments:
1. Shouldnt this be off by default? I think the user actively avoiding shape collision should be a conscious effort rather than the other way around.
2. The documentation says "Sets collision mode for labels of the shapefile.". Im hoping that's a typo as label collision is something else. This is for shape collision.
Thanks for the great work!!!
AGP
1. Shouldnt this be off by default? I think the user actively avoiding shape collision should be a conscious effort rather than the other way around.
2. The documentation says "Sets collision mode for labels of the shapefile.". Im hoping that's a typo as label collision is something else. This is for shape collision.
Thanks for the great work!!!
AGP
Sorry, only registered users may post in this forum.


