3.3.3
2023-04-16
This version updates project file type to use with external projects, and fixes many user interface issues
- Greatly improved the layout of UI controls, especially when considering device rotation
- Return to packaged projects in order to hide SQLite temporary files and improve interoperability with projects stored outside of the application directory.
- Initial steps towards QField compatibility (more on that later).
- Improved SwiftUI code generally
The full changelog is available at https://mapboard-gis.app/docs/ios/releases/3.3.3
3.3.2
2023-01-26
This release is a quick fix for several issues:
- A major regression that prevented the creation of new projects
- Make 3D Terrain the default setting to combat the lack of a functional “map idle” event when terrain is off.
- Fix a bug that prevented creation and editing of data types
- Several tiny bug fixes to map layout
Release notes: https://mapboard-gis.app/docs/ios/releases/3.3.2
3.3.1
2023-01-25
This release contains several internal enhancements prioritizing a smoother editing experience
- Prevent database writes from freezing the user interface
- Speed up some database queries
- Fix several small but annoying UI issues
- Enhance the display of in-progress edits
- Better prioritization of edits over background topology solving
See full release notes at https://mapboard-gis.app/docs/ios/releases/3.3.1
3.3.0
2023-01-23
This release builds atop the strong base established just a few weeks ago with the public release of Version 3. In this release, we add several long-awaited features:
- Mapping atop 3D terrain
- User interface rotation
- Map movement while in editing mode
- Numerous fixes for UI, overlay management, and editing
3.2.0
2023-01-06
This is the first public release of Mapboard GIS Version 3, a major update to the
app’s internals and spatial editing capabilities that prepares for future enhancements.
NEW EDITING TOOLS: "Reshape" and "Topological erase" tools, previously available
only by tethering to a server, have been made available for iPad-based mapping. These
features greatly simplify iterative and multiscale data capture.
IMPROVED "UNDO": All mapping actions can be fully reverted, improving recovery from errors.
IMPROVED LINE SNAPPING: Snapping is quicker; nearby line endpoints can snap to new features.
QUICKER TOPOLOGY: The stability and performance of the onboard topology solver has been improved.
OVERLAY OPACITY: The opacity of polygons, topology faces, and user-provided overlays can be adjusted.
Many internal improvements:
- Mapping user interface: Transition from Mapbox’s legacy iOS SDK to the newer Mapbox Maps SDK for iOS
- Upgraded spatial stack: The open-source libraries that power map editing have been upgraded
- Major improvements to configuration management, internal data flows, and error handling
Full release notes: https://mapboard-gis.app/docs/ios/releases/3.2.0
2.3.1
2022-01-28
- Added a basic user interface for creating and managing Mapbox GL offline tile packs
- Fixed a bug with the control panel for creating tile layers from external URLs
- Fixed some minor display bugs
2.2.4
2021-04-19
- Better raster tile layer support: improvements and bugfixes for input forms, and ability to specify tileset parameters (tile size and scheme)
- Project reprojection: Spatialite projects can now be reprojected from the "Edit project" form by specifying a new SRID. All features will be rewritten, so use this capability with caution!
- Better support for planetary (non-Earth) use: provides a pathway to add custom coordinate systems, and adds an optional `spheroid_radius` project configuration setting to adapt map scale display to different planetary bodies.