Skip to content

Releases: Dorset-Council-UK/GIFramework-Maps

v.1.6.0

13 Sep 13:43
711344a
Compare
Choose a tag to compare

This release adds vector layers, north pointers in prints, a collapse all button in the layer control, fixed attributions to maps and a number of other bug fixes and behind the scenes code improvements.

Vector Layers

GIFramework Maps now supports Vector layers using OGC Vector Tiles, Mapbox Vector Tiles or standard Vector using WFS or file based JSON/KML. Before using these new layer types, they will need to be added to the table 'LayerSourceTypes' in the database as follows.

Name Description
OGCVectorTile VectorTiles using the OGC API - Tiles standard
VectorTile VectorTiles using MapBox Vector Tiles standard
Vector Layers derived from a vector source, such as a WFS service or a static GeoJSON file
VectorImage Layers derived from a vector source, such as a WFS service or a static GeoJSON file. Use this type to improve rendering speeds for complex vector sources

Read the guide on adding WMS/WFS layers for further information

This is new functionality and should be considered as 'beta' functionality until the various bugs and weirdness is found and ironed out.

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0

11 Jun 09:09
692e9f7
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.1...v1.5.0

v1.4.1

02 May 16:07
b960579
Compare
Choose a tag to compare

This is a hotfix release that fixes a bug introduced in the previous release.

What's Changed

  • Revert changes from _context to Repository getter in edit actions by @RobQuincey-DC in #256

Full Changelog: v1.4.0...1.4.1

v1.4.0

01 May 16:35
f968b08
Compare
Choose a tag to compare

This release mostly focussed on behind the scenes fixes and improvements, with a particular push on performance enhancements and simplified Entity Framework configuration.
On the features front, we added a Versions selector UI, made measurements configurable, and improved our text annotation options.

What's Changed

New Contributors

  • @Matt-W-DC made their first contribution in #233
  • @weolo made their first contribution in #234
  • Additional thanks to @totpero for the initial investigation and example code for #234

Full Changelog: v1.3.0...v1.4.0

v1.3.0

19 Mar 13:40
4505974
Compare
Choose a tag to compare

This release brings .NET 8, a beta release of Dark Mode, a buffer annotations tool, map projection customisation, and a few other fixes and improvements.

The change to how map projections are handled is a breaking change from the previous version, and will require updates to the configuration of your versions and layers to properly utilise.

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0

09 Jan 14:58
6640074
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

10 Oct 14:53
792ff7d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.4...v1.1.0

v1.0.4

14 Aug 07:54
f2ee4f8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

03 Jul 11:13
3935f9a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

19 May 14:24
0a1d27a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2