diff --git a/src/LyrxParser.ts b/src/LyrxParser.ts index f756e95..cac706d 100644 --- a/src/LyrxParser.ts +++ b/src/LyrxParser.ts @@ -15,7 +15,7 @@ import { convert } from "./toGeostyler"; * @class LyrcParser * @implements StyleParser */ -export class LyrxParser implements StyleParser { +class LyrxParser implements StyleParser { static title = "ArcGIS Pro lyrx parser"; title = "ArcGIS Pro lyrx parser";