Skip to content

Commit

Permalink
Merge pull request #177 from KaiVolland/add-title
Browse files Browse the repository at this point in the history
Updates geostyler-style
  • Loading branch information
KaiVolland committed Apr 8, 2019
2 parents 7338cbe + e98ab59 commit 3c2c48e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
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
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 3c2c48e

Please sign in to comment.