Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
johnvanbreda committed Feb 23, 2019
2 parents 883c49c + 3d5eda0 commit 38e0b44
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 2.10.0
*2019-02-22*

* Adds support for importing locations using TM65 Irish Grid projection.

# Version 2.9.0
*2019-02-22*

Expand Down
1 change: 1 addition & 0 deletions application/config/sref_notations.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
'31370' => 'Belgian Lambert 72',
'3109' => 'ETRS89 / Jersey Transverse Mercator',
'23030' => 'ED50 / UTM zone 30N',
'29902' => 'TM65 / Irish Grid',
];

// Set the internally stored geoms to use spherical mercator projection.
Expand Down
4 changes: 2 additions & 2 deletions application/config/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
*
* @var string
*/
$config['version'] = '2.9.0';
$config['version'] = '2.10.0';

/**
* Version release date.
*
* @var string
*/
$config['release_date'] = '2018-02-22';
$config['release_date'] = '2018-02-23';

/**
* Link to the code repository downloads page.
Expand Down

0 comments on commit 38e0b44

Please sign in to comment.