-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get basic custom data polygon rendering working.
Prune vestigial code from the background and tile_layer files, slippy map still works. Completely remove the tile layer code, tests, and refactor background.js to accomodate. Add on-startup check for gpx param in the URL bar, displaying polygon/line data from any source on the map (and zooming there by default). Ensure that the custom data layer manages its own feature visibility as new files are supplied. Also enable drag and drop. Fix styling for custom data menu option so that it appears enabled appropriately. Ren-enable periodic re-rendering of the custom data section. Enable turning the custom data layer on/off from the UI checkbox. Add point rendering to custom data, and split the renderer into three methods for polys, lines, and points.
- Loading branch information
Showing
9 changed files
with
550 additions
and
428 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.