mapstatic icon indicating copy to clipboard operation
mapstatic copied to clipboard

Static map generator

Results 12 mapstatic issues
Sort by recently updated
recently updated
newest added

Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.6.0 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...

dependencies

Bumps [rake](https://github.com/ruby/rake) from 12.3.2 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...

dependencies

Bumps [mini_magick](https://github.com/minimagick/minimagick) from 4.9.3 to 4.9.5. Release notes *Sourced from [mini_magick's releases](https://github.com/minimagick/minimagick/releases).* > ## v4.9.5 > * Fixed `MiniMagick::Image.open` not working with non-ASCII filenames anymore after previous version (thanks to...

dependencies

This pull request is a combination of three commits. Two of them are fairly big changes. The motivation behind these changes was to create features for drawing GeoJSON shapes on...

When a network error occurs while trying to retrieve the tiles from the provider, mapstatic should retry up to a configurable maximum number of times and waiting a configurable delay...

``` $ mapstatic map /.../.../xxxx.png --zoom=16 --lat=-23.592527213347587 --lng=-46.630550500494394 --width=480 --height=375 --provider=http://otile4.mqcdn.com/tiles/1.0.0/osm/{z}/{x}/{y}.png ``` Output: ``` /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': /usr/lib/ruby/1.9.1/x86_64-linux/digest/sha2.so: symbol SHA512_Init, version OPENSSL_1.0.0 not defined in file libcrypto.so.1.0.0 with link time reference...

Whenever an error occurs, instead of a meaningful error message informing of the real cause of the error (e.g. error downloading map from tile server, or permission denied writing output...

The png images generated with mapstatic have "offset" information. I'm not sure whether the offset information is wrong or not, but it certainly unnecessary and it produces avoidable problems when...

Fresh installation on Debian 12: ``` $ mapstatic map /path/to/image.png --zoom=16 --lat=41.4089216 --lng=2.1659648 --width=900 --height=560 --provider=https://tiles.stadiamaps.com/tiles/stamen_toner/{z}/{x}/{y}@1x.png?api_key=*********** /var/lib/gems/3.1.0/gems/faraday-0.8.11/lib/faraday.rb:10:in `new': tried to create Proc object without a block (ArgumentError) from /var/lib/gems/3.1.0/gems/faraday-0.8.11/lib/faraday.rb:10:in `new'...