-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Fix large map (>30M points) rendering on Firefox - Reduce number of points to render while moving the viewpoint
- Loading branch information
Showing
7 changed files
with
451 additions
and
389 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
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,9 +1,11 @@ | ||
module github.com/seqsense/pcdeditor | ||
|
||
go 1.16 | ||
go 1.21 | ||
|
||
require ( | ||
github.com/seqsense/pcgol v0.0.0-20231024030105-2d5508f2110b | ||
github.com/seqsense/webgl-go v0.0.0-20231106035007-6fa7160d45ce | ||
gopkg.in/yaml.v3 v3.0.1 | ||
) | ||
|
||
require github.com/zhuyie/golzf v0.0.0-20161112031142-8387b0307ade // indirect |
Oops, something went wrong.