forked from mapbox/mapbox-gl-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
47 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,47 @@ | ||
## Motivation | ||
|
||
<!-- | ||
What problem are we trying to solve? | ||
What use cases are we trying to accommodate? | ||
(Focus on the problem and save design ideas for the next section.) | ||
--> | ||
|
||
## Design Alternatives | ||
|
||
<!-- | ||
How could we accommodate the use cases above? | ||
Is "do nothing" an option? | ||
--> | ||
|
||
## Design | ||
|
||
<!-- | ||
Which design should we implement? | ||
What are the advantages of this design? | ||
What are some potential drawbacks of this design? | ||
--> | ||
|
||
### Mock-Up | ||
|
||
<!-- | ||
What will this design look like to developers? | ||
What will this design look like to end users? | ||
--> | ||
|
||
### Concepts | ||
|
||
<!-- | ||
How will we teach this design? | ||
What terminology will work best for the new concepts introduced by this design? | ||
What existing precedents support the new concepts? | ||
Where do the concepts set new precedents? | ||
--> | ||
|
||
### Implementation | ||
|
||
<!-- | ||
How you would implement the design in Javascript? | ||
How you would implement the design in C++? | ||
What parts of the Mapbox GL ecosystem will need to change to accomodate this design? | ||
Are there any important edge cases? | ||
--> |