- add support for MapTiler SDK
- Add multi-level dropdowns
- Update Maplibre GL to
v3.6.2
- Switch to module for Stamen attribution
- Add CSS auto-prefixing to rollup config
- Add check for Mapbox URLs in source object of stylesheet
- Add labels when screenshotting
- Add Stamen attribution
- Add Stamen map tiles in GitHub Pages deploy
- Upgrade to latest version of
mapbox-gl
- Update dropdown styling to accomodate long style names
- Add layer id to feature popup
- Fix bug for branch dropdown option while polling a style
- Add a Github Action for pushing to gh-pages on pushes to main
- Add support for Mapbox Atlas.
- Update app UI on browser history changes
- Validate location input on submit
- Add support for Tangram styles
- Switch out
BASE_PATH
forwindow.location.pathname
in url updates - Remove border on screenshots
- Add renderer dropdown for styles that support mulitple renderers
- Don't load geocoder without Mapbox token
- Add hotkeys for map controls
- Only add to browser history when updating non-location settings
- Add support for Leaflet styles
- Document gazetteer configuration
- Add highlight diff checkbox in swipe mode
- Better error reporting on fetching bad styles
- Multi-location view
- Allow polling for locally served styles on the same port via direct path
- Change hide UI keycode from
f
+⌘
tof
+⌘
+shift
to allow find on page
- Change hide UI keycode from
v
+⌘
tof
+⌘
to allow copy/paste
- Copy the location text when clicking anywhere on the location control
- Automatically select the text in the location input on change
- Change hide UI keycode from
v
tov
+⌘
to prevent unintentionally hiding UI
- Start to standardize reactive blocks
- Look at map type in addition to url for initial dropdown selection
- Add support for MapLibre
- Add a PR template
- Change map orientation in mirror mode to tend towards portrait over landscape
- Add button to hide the UI
- Fix dropdown bug to pull correct value on load
- Rebundle package
- Refactor MapStyleInput into MapStyleInput and MapStyleInputWrapper
- Avoid reacting to hashchange when writing to hash
- Fix bug to not use style name field when creating URL from branch pattern
- Build package
- Add LICENSE
- Retain branch name when changing between branch patterns (#72)
- Watch hash for changes, update app state on change (#75)
- Rename this tool
- Implement popup to inspect rendered features (#67)
- Fix polling url issue (#64)
- Allow one map view
- Create responsive size mode
- Fix: Remote style presets now update dropdown
- Allow multiple branch patterns in local config as an array
- Add RTL plugin to render text correctly
- Add button to copy maps images to clipboard