mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Upgrade legacy symbols in tests
- iD.Context -> iD.coreContext - iD.Graph -> iD.coreGraph - iD.Node -> iD.osmNode - iD.Way -> iD.osmWay - iD.Relation -> iD.osmRelation
This commit is contained in:
4
API.md
4
API.md
@@ -110,7 +110,7 @@ A **line** is a way that is not an area. Elements representing lines have a `.li
|
||||
class. Since a line is also a way, they also have a `.way` class.
|
||||
|
||||
An **area** is a way that is circular, has certain tags, or lacks certain other
|
||||
tags (see `iD.Way#isArea` for the exact definition). Elements representing areas
|
||||
tags (see `iD.osmWay#isArea` for the exact definition). Elements representing areas
|
||||
have `.area` and `.way` classes.
|
||||
|
||||
|
||||
@@ -302,7 +302,7 @@ The minimum zoom at which iD enters the edit mode is configured using the `conte
|
||||
|
||||
```js
|
||||
|
||||
var id = iD.Context()
|
||||
var id = iD.coreContext()
|
||||
.minEditableZoom(zoom_level)
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user