mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 22:48:10 +02:00
Start on support
This commit is contained in:
+3
-1
@@ -190,9 +190,11 @@
|
||||
<body>
|
||||
<div id='iD'></div>
|
||||
<script>
|
||||
var div = document.getElementById('iD');
|
||||
if (!iD.detect().support) return iD.
|
||||
iD.data.load(function() {
|
||||
id = iD();
|
||||
d3.select('#iD')
|
||||
d3.select(div)
|
||||
.call(id.ui());
|
||||
})
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user