Major refactoring of the urls (#5)

This commit is contained in:
Petr Sloup
2016-03-10 18:26:26 +01:00
parent 6f644a4c03
commit 4c40700bac
6 changed files with 180 additions and 94 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
<script>
tileserver({
index: "index.json" + location.search,
tilejson: "%n.json" + location.search
tilejson: "raster/%n.json" + location.search
});
</script>
</body>