Skip to content

Commit

Permalink
Added support for Float64 data type
Browse files Browse the repository at this point in the history
  • Loading branch information
erpas committed Sep 5, 2016
1 parent 833dcd3 commit 8f2fb60
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 88 deletions.
12 changes: 5 additions & 7 deletions metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name=Serval
qgisMinimumVersion=2.14
qgisMaximumVersion=2.99
description=Map tool to set raster cell values.
version=0.8
version=0.8.1
author=Radoslaw Pasiok
[email protected]

Expand All @@ -27,17 +27,15 @@ repository=http://github.com/erpas/serval

# Uncomment the following line and add your changelog:
changelog=
0.8.1 Added support for Float64 data type
0.8 Plugin interface is now plain toolbar (no dock widget). Workaround for Python crashes under Windows. New features:
* undo/redo
* define/change raster NoData value
* erase (assign NoData value)
* define/change NoData value for raster bands
* erase (assign NoData value to a cell)
0.6 new features:
* 3 bands rasters supported
* working modes (probing, drawing)
* QGIS color picker
0.3 added locked mode
0.2 bugfix release
0.1 Initial release.


# Tags are comma separated with spaces allowed
Expand All @@ -47,7 +45,7 @@ homepage=https://github.com/erpas/serval/wiki
category=Raster
icon=icons/serval_icon.svg
# experimental flag
experimental=True
experimental=False

# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False
Expand Down
Loading

0 comments on commit 8f2fb60

Please sign in to comment.