maptiler / tileserver-gl

Vector and raster maps with GL styles. Server side rendering by MapLibre GL Native. Map tile server for MapLibre GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc.
https://tileserver.readthedocs.io/en/latest/
Other
2.19k stars 632 forks source link

Support for comments in json files #977

Open immanuel-h opened 1 year ago

immanuel-h commented 1 year ago

It would be nice if tileserver-gl(-light) would allow for comments in json files. Especially with larger style files it sometimes is very helpful to have additional comments detailing specific sections and so on. Maybe json5 or strip-json-comments could be of help here.

Cheers :)

acalcutt commented 1 year ago

I agree that comments sounds nice. I would support a PR that added them.