Steve Bennett
Steve Bennett
TerriaJS (https://github.com/TerriaJS/terriajs) for one supports it. I imagine there are other similar packages that do too. Seems a shame and maybe a bit premature to let it die. Otoh, I...
Just mulling over some more ideas here. A few possible design goals: - more elegant way of loading a basemap and manipulating it, in one go. (ie, load style from...
Thanks for the contribution. Unfortunately, there is a bug in documentation.js: https://github.com/documentationjs/documentation/issues/1428 I agree it would be nicer if the README had JavaScript syntax for viewing within Github though.
Yeah, agreed. (I share your aversion to running infrastructure.) I guess the first question is, what's the smoothest workflow that can be achieved using Github? Maybe there are two distinct...
I'd welcome a PR to support it.
Thanks, that does work. IMHO it would be simpler, more intuitive to have a command line option that directly supports a filename, rather than relying on the `cat` workaround.
I also wish there was a way to disable dragging, or to require an additional key to be held down or something. Using the static mode wouldn't help in my...
There seems to be an undocumented option, `remove_empty_properties: true` that basically does this. It doesn't seem to check whether the property is `required` though, so if a user leaves a...
Yeah. Btw, I was slightly wrong - it's not "undocumented", but it's documented as an editor-level property (not for the whole schema).
Also, now that I look at this more closely, I think there is a bug: ``` { "type": "object", "options": { "remove_empty_properties": true} , "required": [ "age" ], "properties": {...