Releases: mapbender/mapbender-digitizer
Releases · mapbender/mapbender-digitizer
Release list
Hotfix for file upload
- Fix broken file upload after dataLink Feature
Toolset integration
1.2-RC7
- Smaller bugfixes
1.2-RC5
- Small Bugfixes for remoteData
** Map SRID will now be send to backend
** remoteData is only applied on new objects
1.2-RC3
[Bugfix] Add option to select after save in data manager
1.2-RC2
[Bugfix] Fix click handler in data manager link
1.2-RC1
Merge pull request #51 from mapbender/dataManagerLink dataManagerLink
Integration fixes
- Element\Digitizer now has a getFeatureTypeDeclarations method to allow child classes to easily modify feature type declaration source
@importof context-menu.scss converted to regular Element asset dependency for easier replacement- huge blobs of raw HTML in debug-mode error messages replaced with error messages
- improved detection of login status loss in API calls
Fix broken backend form layout
Backend form assumed it had the whole viewport width and height to expand to. This releases replaces the width assumption with a 100% container width, and bandaids the height assumption for compatibility with changed upstream styles, in absence of a robust generic solution.
Fix broken translations
Merge pull request #48 from mapbender/hotfix/translations-keys Hotfix/translations keys