icipe-official / icipe-official/vectoratlas-software-code
Add functionality to customize the z-index of the layers present within the map
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 8
- Avg merge
- 5d 4h
- Merged PRs (30d)
- 11
Description
Currently, the z-index of the layers/overlays of our map are fixed. A number of users wanted to be able to reorder the layers. For example, rendering a raster layer over the countries layer can make it difficult to discern how a country is affected, as the country borders lie below the raster. The ability to move the layer upward would circumvent the issue.
Adding the feature to the map may be best split into two stories and should be discussed prior to start - this is because the overlays are rendered independently; whereas, the base map layer consists of a number of layers. This means the logic employed will likely be dissimilar, or the base map will simply require a change of approach altogether and so that refactor should be done independently
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the map rendering entry points for independently rendered overlays and the multi-layer base map. Discuss whether to split the work before implementation, since the two layer types may need different approaches or a base-map refactor. Done means users can reorder layers or customize their z-index without obscuring important map features.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100