camptocamp / ogc-client

A TypeScript library for interacting with geospatial services
https://camptocamp.github.io/ogc-client/
BSD 3-Clause "New" or "Revised" License
66 stars 12 forks source link

Add 'abstract' to WMS/WMTS `LayerStyle` #58

Closed RobQuincey-DC closed 4 months ago

RobQuincey-DC commented 4 months ago

Add the property abstract to the LayerStyle interface.

Abstract is part of the Style in all versions of WMS and WMTS.

RobQuincey-DC commented 4 months ago

Also, apologies for my slightly scatter gun approach to contributing, this library is allowing me to remove huge amounts of hand crafted XML parsing from my code base, so is a life saver, but as I'm going through I'm finding things I want and opening issues. I hope this is OK 😀

RobQuincey-DC commented 4 months ago

PR #59 opened

jahow commented 4 months ago

Also, apologies for my slightly scatter gun approach to contributing, this library is allowing me to remove huge amounts of hand crafted XML parsing from my code base, so is a life saver, but as I'm going through I'm finding things I want and opening issues. I hope this is OK 😀

Just saw your comment, it is actually completely fine. Small PRs are much easier to review!