Skip to content

Commit

Permalink
feat: add wellknownnames to support qgis markers
Browse files Browse the repository at this point in the history
  • Loading branch information
terry-longmacch committed Jan 28, 2025
1 parent 0093c6b commit 2714f24
Showing 1 changed file with 35 additions and 2 deletions.
37 changes: 35 additions & 2 deletions src/SldStyleParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1078,11 +1078,44 @@ export class SldStyleParser implements StyleParser<string> {
}

switch (wellKnownName) {
case 'arrow':
case 'arrowhead':
case 'asterisk_fill':
case 'circle':
case 'cross':
case 'cross2':
case 'cross_fill':
case 'decagon':
case 'diagonal_half_square':
case 'diamond':
case 'equilateral_triangle':
case 'filled_arrowhead':
case 'half_arc':
case 'half_square':
case 'heart':
case 'hexagon':
case 'horline':
case 'left_half_triangle':
case 'line':
case 'octagon':
case 'parallelogram_left':
case 'parallelogram_right':
case 'pentagon':
case 'quarter_arc':
case 'quarter_circle':
case 'quarter_square':
case 'right_half_triangle':
case 'rounded_square':
case 'semi_circle':
case 'shield':
case 'square':
case 'triangle':
case 'square_with_corners':
case 'star':
case 'cross':
case 'star_diamond':
case 'third_arc':
case 'third_circle':
case 'trapezoid':
case 'triangle':
case 'x':
case 'shape://vertline':
case 'shape://horline':
Expand Down

0 comments on commit 2714f24

Please sign in to comment.