This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
Releases: trailbehind/StaticMaps-gl
Releases · trailbehind/StaticMaps-gl
0.0.4
0.0.3
Make max post body size configurable (#3) * Make max post size configurable * Bump version number
0.0.2
Change size param and fix polygon fill (#2) * Change urls so size is width x height not width/height * Filter polygon fill layer on type
0.0.1
Initial implementation (#1) * Initial scafolding * Map pool and image format parsing * Outline of map request handling * Implement route that includes bounds * Load style and overlay data * Calculate zoom from data extent * Add support for request that specify a center and zoom * run precommit hooks * Add comment about different routes * Add a method for merging overlay data into style, but not implemented yet * Render lines and polygons from overlays * Render point features * Load file with background config * Add a readme * Update version of pre commit hooks * Dont use require to load styles, because they get modified * Make timing variables const * Consolidate push calls * Update README.md Co-Authored-By: John J Czaplewski <[email protected]> * Remove unnecessary double checking of image format * Better handling of invalid image formats * Load styles on launch * Dont import all of turf Co-authored-by: John J Czaplewski <[email protected]>