Skip to content

Commit

Permalink
Updates geostyler-style
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVolland committed Apr 8, 2019
1 parent 3448db4 commit e98ab59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/terrestris/geostyler-sld-parser#readme",
"dependencies": {
"geostyler-style": "0.14.3",
"geostyler-style": "1.0.0",
"lodash": "4.17.11",
"xml2js": "0.4.19",
"xmldom": "0.1.27"
Expand Down
2 changes: 2 additions & 0 deletions src/SldStyleParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ export class SldStyleParser implements StyleParser {
*/
public static title = 'SLD Style Parser';

title = 'SLD Style Parser';

static negationOperatorMap = {
Not: '!'
};
Expand Down

0 comments on commit e98ab59

Please sign in to comment.