[Tile-serving] [osm2pgsql] test-output-multi-tags failing because of comments in JSON (#481)
Paul Norman
notifications at github.com
Fri Oct 30 07:08:39 UTC 2015
Moving the comments works for the test files, but not multi.style.json. We could move the header into multi.lua, but there's stuff like
```js
/* By using boolean columns stylesheet processing can be simplified */
{"name": "shelter", "type": "boolean"},
{"name": "bench", "type": "boolean"},
{"name": "wheelchair", "type": "boolean"}
```
The comment is explaining a feature, and detaching it makes it much less useful.
I suppose we could move to XML or INI, the other two formats boost::propertytree has support for.
---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/osm2pgsql/issues/481#issuecomment-152446324
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20151030/134cf5aa/attachment.html>
More information about the Tile-serving
mailing list