Example list on each example page

This commit is contained in:
Tim Schaub
2018-05-12 14:04:19 -06:00
parent d33026d12c
commit ac9b0c7c9f
4 changed files with 134 additions and 26 deletions

View File

@@ -30,6 +30,6 @@ const map = new Map({
target: 'map',
view: new View({
center: [0, 0],
zoom: 1
zoom: 2
})
});