staticmaps
staticmaps copied to clipboard
A Node.js library for creating map images with markers, polylines, polygons and text.
I'm using the `map.addMarker()` method and was surprised to find that the `width` and `height` parameters are for specifying the image's dimensions, instead of the desired size. It might make...
This changes are able to optionally resize markers. Draft, because tests are missing.
This adds very basic layer support
We heavily improved the performance of this library by using an optional file based cache. We decided against the usage of cache system, provided by got package, because there is...
Let's say i want to add another layer from a tile-Server (http://openfiremap.org/hytiles/z/x/y.png). Would this be possible somehow? Regards BoxSon
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Hi, We have the following use case: * a background map where we pass an image with some boundaries. * multiple feature maps that we render on the background. Staticmaps...
As seen in the attached image polylines are not really straight. I've just got black lines with a stroke of 0.3 (have also tried stroke width of 1 and 3)....
Would it be possible to draw an overlay image at a specific bounding box like LeafLet: https://leafletjs.com/reference-1.6.0.html#imageoverlay