mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-28 19:01:31 +02: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:
+1
-1
@@ -13,7 +13,7 @@
|
||||
<div id='id-container'></div>
|
||||
<script>
|
||||
|
||||
id = iD.Context()
|
||||
id = iD.coreContext()
|
||||
.assetPath('dist/');
|
||||
|
||||
// disable boundaries (unless we have an explicit disable_features list)
|
||||
|
||||
Reference in New Issue
Block a user