Commit Graph

5 Commits

Author SHA1 Message Date
Tim Schaub
bfa257eac1 Default value for zIndex 2013-10-02 17:31:42 -06:00
Tim Schaub
04a23d0e45 Optional zIndex for fill symbolizers 2013-10-02 15:10:42 -06:00
Tim Schaub
3c993168c4 Cast to numbers for literals
There are times when we parse from XML without a schema (e.g. KML).  In these cases, features attributes will always be strings.  We can cast to number when creating literals from symbolizers and then assert `!isNaN` instead of asserting that they are numbers before.
2013-08-23 17:30:24 -04:00
Tim Schaub
d5d0262b4c Create literal with feature or geometry type 2013-08-15 10:37:18 -04:00
Tim Schaub
c36ceab2a0 Separate stroke and fill 2013-08-15 10:37:18 -04:00