Sebastian Vollnhals
Sebastian Vollnhals
if so, open a pull request. @puzrin
looks to me like this happens when the post data is sent in querystring format (default). use `{ json: true }` in your needle options to send the data as...
maybe writing a test utilizing the body-parser middleware from express would be in order. keep in mind that this would fix it for one kind of backend, other backends like...
also, removing the protocol from URLs should be optional as well. https://github.com/traveloka/slack-robot/blob/master/src/Message.js#L95
nope sorry. i might have an old windows 10 install on my hackintosh, i will try to test it in the next few days
thanks! would be nice if it could be fed with buffers instead of files only.
Are there instances where housenumbers/housenames are only available in the POI? If not, i would propose that addresses attached to POIs should live in the `pois` layer only if thats...
one feasible way (as far as i understand the tilemaker documentation) might be to pull in the building relation and place the house number in the centroid, so at least...
I'm not talking about the vectors, but the layer properties. Two problems: * I want to display country names of larger countries in lower zooms and of smaller countries on...
i've solved the issue for myself by [using a geojson which includes landarea and properly positions the label for norway](https://github.com/versatiles-org/shortbread-tilemaker/commit/8bf756c69f5b7156e7132e50dca2532538e6272b) and converting it into a shapefile instead of the provided...