projects
/
potlatch2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Draw multiple strokes, label POIs, and much much more fun.
[potlatch2.git]
/
net
/
systemeD
/
halcyon
/
styleparser
/
PointStyle.as
diff --git
a/net/systemeD/halcyon/styleparser/PointStyle.as
b/net/systemeD/halcyon/styleparser/PointStyle.as
index 1a28a50524b5787e3878dc82c584b1c4c9848078..84d226aaf579f6b5d362959e765a24a15e710405 100644
(file)
--- a/
net/systemeD/halcyon/styleparser/PointStyle.as
+++ b/
net/systemeD/halcyon/styleparser/PointStyle.as
@@
-5,6
+5,7
@@
package net.systemeD.halcyon.styleparser {
public var icon:String;
public var width:uint;
public var height:uint;
+ public var sublayer:uint=0;
}