-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from fosskers/tile-layer-map
Use a `Map` of Layers within a VectorTile
- Loading branch information
Showing
8 changed files
with
97 additions
and
38 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,22 @@ | ||
Changelog | ||
========= | ||
|
||
1.2.0 | ||
----- | ||
|
||
#### Front End | ||
- `VectorTile` now holds a lazy `Map` internally, instead of a `Vector`. Use | ||
the `ix` Lens, giving it a layer name, to hone in on individual Layers | ||
quickly. | ||
- Users an optionally use the new `fromProtobuf` function directly from | ||
`Geography.VectorTile.Protobuf` if they wish to be semantically explicit | ||
about the backend conversion. Otherwise, they can still use the top-level | ||
`tile` function. | ||
|
||
#### Back End | ||
- Reworked internals for Protobuf conversion. Most code moved to an | ||
`Internal` module. | ||
|
||
1.1.1 | ||
----- | ||
- Removed the `StrictData` pragma. Turns out laziness is faster. |
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
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
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