Umap Project Umap Versions Save

uMap lets you create maps with OpenStreetMap layers in a minute and embed them in your site.

2.3.1

1 month ago

What's Changed

Bug fixes

  • display all layers in caption by @yohanboniface in #1821
  • do not autoclose panel blindly after map save by @yohanboniface in #1833
  • do not consider shortcuts if shift is also pressed by @yohanboniface in #1834
  • do not close blindly editPanel when deleting a layer by @yohanboniface in #1832
  • error when clicking on the geolocate button by @yohanboniface in #1823
  • use accent color for switch and multichoices on dark background by @yohanboniface in #1822
  • only set panel mode once, and then keep user choice by @yohanboniface in #1829
  • always display data in browser unless in "layers" mode by @yohanboniface in #1837

Internal changes

  • chore: replace DomUtil.classIf by classList.toggle by @yohanboniface in #1835

Documentation

  • Tutorials review and improvements by @davidbgk in #1810
  • Expanded docker.md documentation by @CampaniaGuy in #1802

New Contributors

  • @CampaniaGuy made their first contribution in #1802

Full Changelog: https://github.com/umap-project/umap/compare/2.3.0...2.3.1

2.3.0

1 month ago

What's Changed

New features

  • integrate facets into browser filters by @yohanboniface in #1794

Bug fixes

  • add max-width to panel in landscape mode by @yohanboniface in #1789
  • allow dir and title attributes by @davidbgk in #1801
  • allow panel expanded mode in mobile by @yohanboniface in #1790
  • do not try to render drawinTooltip on drawing start by @yohanboniface in #1805
  • really focus on search input after showing the panel by @yohanboniface in #1807
  • open edit panel when pressing ESC while drawing, if valid by @yohanboniface in #1804

Internal changes

Full Changelog: https://github.com/umap-project/umap/compare/2.2.2...2.3.0

2.2.2

2 months ago

What's Changed

  • vendorize the .map too for dompurify by @davidbgk in #1787

Full Changelog: https://github.com/umap-project/umap/compare/2.2.1...2.2.2

2.2.1

2 months ago

What's Changed

  • no .mjs extension for JS modules by @davidbgk in #1786

Full Changelog: https://github.com/umap-project/umap/compare/2.2.0...2.2.1

2.2.0

2 months ago

What's Changed

New features and improvements

  • add minimal OpenGraph links by @yohanboniface in #1758
  • merge "datalayer browser" and "data browser" by @yohanboniface in #1687
  • add link in contextmenu to edit map in OSM by @yohanboniface in #1756
  • open popup when default view is set to latest by @yohanboniface in #1750
  • display a message when importer cannot find lat/lng columns by @yohanboniface in #1753
  • Date and number support for facets by @flammermann in #1763

Bug fixes

  • hide delete button for editors in dashboard by @yohanboniface in #1748
  • increase TileLayer.url_template size by @yohanboniface in #1761
  • update layers list in import panel by @yohanboniface in #1749
  • deal with the modifier key under macOS by @davidbgk in #1785
  • redraw popup on marker’s modifications by @davidbgk in #1766
  • make sure to display anonymous edit link even if email is not configured by @yohanboniface in #1784

Internal changes

  • refactor: Separate ui rendering from data updates by @almet in #1692
  • allow to set playwright timeout from env var by @yohanboniface in #1762
  • Remove js tests by @yohanboniface in #1719
  • move umap utils to a module by @almet in #1718
  • change Panel.open signature by @yohanboniface in #1764
  • Mock OSM tiles requests in Playwright for speed by @davidbgk in #1765
  • remove Map.description by @yohanboniface in #1772

Full Changelog: https://github.com/umap-project/umap/compare/2.1.3...2.2.0

2.2.0b0

2 months ago

What's Changed

Bug fixes

New features / UX improvements

Internal changes

Full Changelog: https://github.com/umap-project/umap/compare/2.1.3...2.2.0b0

2.1.3

3 months ago

What's Changed

Bug fixes

  • refactor initCenter and controls ordering by @yohanboniface in #1716
  • honour old_id in datalayers= query string parameter by @yohanboniface in #1717

Full Changelog: https://github.com/umap-project/umap/compare/2.1.2...2.1.3

2.1.2

3 months ago

Bug fix

  • fix datalayer data file removed on save by mistake (this happened after switching to UUIDs, when a datalayer had more than UMAP_KEEP_VERSIONS, due to a sorting issue on purge old files after save)

2.1.1

3 months ago

Bug fixes

  • fix Path.replace called instead of str.replace

Full Changelog: https://github.com/umap-project/umap/compare/2.1.0...2.1.1

2.1.0

3 months ago

What's Changed

Bug fixes

  • deal with i18n in oembed URLs #1688
  • set CORS-related header for oEmbed and map views #1689
  • only use location bias in search for close zoom #1690
  • catch click event on "See all" buttons #1705

Internal changes

  • replace datalayer ids with uuids #1630
  • replace Last-Modified with custom headers #1666

Full Changelog: https://github.com/umap-project/umap/compare/2.0.4...2.1.0