Kyle Barron

Results 1059 comments of Kyle Barron

But OpenMapTiles is using `toilets` with an s ![image](https://user-images.githubusercontent.com/15164633/72013093-3b69e680-322b-11ea-8ee3-e70dbc9816b6.png)

Is CC0 equivalent to public domain?

The workflow is ``` git clone https://github.com/maputnik/osm-liberty cd osm-liberty maputnik --watch --file style.json ``` then make edits through Maputnik in the browser, and commit the generated JSON ``` > maputnik...

Also, regarding the PR's styling changes, I think it's too confusing for a general basemap currently: ![image](https://user-images.githubusercontent.com/15164633/70825184-122b7700-1da1-11ea-8d09-6ac592b7fbb6.png) I'd think that I should take labels off completely or only have them...

When I run ``` npm install -g @mapbox/mapbox-gl-style-spec diff

Yes, I downloaded from maputnik/editor, but there was no install, so it makes sense that it was packaged using that golang repo. maputnik/desktop definitely reformats the JSON in _some way_,...

Any comment/suggestion? @pathmapper @orangemug I think the icons are too big, but I'd be happy to hear suggestions before changing anything.

Interesting. I was modifying the source SVGs to change the shield size; I didn't realize you could just pass `icon-size` to change the size. I'll try to update the PR...

@tplc10 If you're ok with Python, I wrote [Python bindings](https://github.com/kylebarron/pydelatin) to `hmm`, and it accepts Numpy arrays of type float32 as input.

Judging from the RFC, and especially the [`bench_ogr_batch.cpp `](https://gdal.org/development/rfc/rfc86_column_oriented_api.html#bench-ogr-batch-cpp) example, it looks like GDAL will expose a stream of Arrow record batches? Then to get an iterator over pandas `DataFrame`s...