Skip to content

Releases: aaronland/go-http-maps

2.5.0

18 Mar 17:55
32dc4a8

Choose a tag to compare

What's Changed

  • Update Protomaps support by @thisisaaronland in #18
  • Add support for Leafet + Protomaps with custom paint rules
  • Add support for Leafet + Protomaps with raster tile
  • Add support for Protomaps + MapLibre
  • Update JS/CSS dependencies
  • Improved docs

Full Changelog: v2.4.0...v2.5.0

2.4.0

11 Nov 02:04
f8c5889

Choose a tag to compare

What's Changed

  • Add MapConfigFromOptions method by @straup in #17
  • Add MapConfigFromOptions method; update AssignMapConfigHandler to use it
  • Add optional TileURLHandler to MapConfig

New Contributors

Full Changelog: v2.3.1...v2.4.0

2.3.1

04 Nov 01:01

Choose a tag to compare

Bug fix: Don't scope leaflet label properties or panes to specific map provider

2.3.0

31 Oct 16:45

Choose a tag to compare

  • Add support for Protomaps/PMTiles Leaflet maxDataZoom property

2.2.0

30 Oct 22:07
7ea2523

Choose a tag to compare

What's Changed

  • Add support for defining Leafet pane details and passing it down in the map config by @thisisaaronland in #15

Full Changelog: v2.1.2...v.2.2.0

2.1.2

30 Oct 20:48

Choose a tag to compare

  • Add maps.LeafletStyle.Custom property for custom runtime style manipulation

2.1.1

30 Oct 19:45
7cb1bdd

Choose a tag to compare

What's Changed

  • Bug fix: Don't require both leaflet style and point style to update map config by @thisisaaronland in #14

Full Changelog: v2.1.0...v2.1.1

2.1.0

30 Oct 19:03
b321054

Choose a tag to compare

What's Changed

  • Add support for assigning GeoJSON Features properties to derive "onclick" Leaflet marker labels by @thisisaaronland in #13

Full Changelog: v2.0.0...v2.1.0

2.0.0

06 Mar 18:15
a6b2fbf

Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v2.0.0

0.4.1

04 Mar 23:42

Choose a tag to compare

  • Update vendor deps