-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample.html
28 lines (28 loc) · 994 Bytes
/
example.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<meta charset="utf-8"/>
<!-- This example requires MapBBCode library in `mapbbcode` directory -->
<script src="MapBBCodeLoader.js"></script>
<script>
mapBBCodeLoaderOptions.set({
language: 'ru',
proprietary: ['Google'],
plain: true,
mapBBCodeOptions: {
windowPath: 'mapbbcode-window.html',
layers: 'OpenMapSurfer,Google Roads'
}
});
</script>
[map][/map]
<div class="mapbbcode" map="13">60,30</div>
<div class="mapbbcode">[map=8]59,29[/map]</div>
test[map=15]59.95,30.4[/map]inline[map=16]59.95,30.4[/map]end
<hr>
<div class="mapbbcode_shared">nwrxs</div>
[mapid]nwrxs[/mapid]
<hr>
<input type="button" value="Edit map" class="mapbbcode_edit">
<input type="button" value="Update" onclick="javascript:document.getElementById('edited').innerHTML = document.getElementById('textarea').value; updateMapBBCode(document.getElementById('edited'));">
<br>
<textarea id="textarea" rows="3" cols="60">[map=15]59.95,30.4[/map]</textarea>
<div id="edited" class="mapbbcode"></div>