-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add composite mode in create maps.
* Add dash style to lines in create maps. * Add join style to lines in create maps.
- Loading branch information
Showing
7 changed files
with
155 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,10 @@ about= | |
- certifi | ||
[email protected] | ||
changelog=0.1.8 | ||
- Remove connection controls in SQL Editor | ||
- Remove connection controls in SQL Editor. | ||
- Add composite mode in create maps. | ||
- Add dash style to lines in create maps. | ||
- Add join style to lines in create maps. | ||
0.1.7 | ||
- Do not allow to edit read-only layers. | ||
- Show owner in shared layers. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
$layername { | ||
polygon-fill: $fillColor; | ||
polygon-opacity: $opacity; | ||
polygon-comp-op: $polygonCompOp; | ||
line-color: $borderColor; | ||
line-width: $borderWidth; | ||
line-opacity: $opacity; | ||
line-join: $lineJoin; | ||
line-dasharray: $lineDasharray; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters