Serve TileJSONs on /{prefix}.json
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<script>
|
||||
tileserver({
|
||||
index: "index.json" + location.search,
|
||||
tilejson: "%n/index.json" + location.search
|
||||
tilejson: "%n.json" + location.search
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user