From 116ed94f465a2269cdb61476b5d2e87bf9ed9722 Mon Sep 17 00:00:00 2001 From: Taro Matsuzawa Date: Mon, 17 Feb 2020 15:16:07 +0900 Subject: [PATCH] #288 added tilejson.json path as source --- components/PrintableMap.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/PrintableMap.vue b/components/PrintableMap.vue index 0b05733e..f12ce463 100644 --- a/components/PrintableMap.vue +++ b/components/PrintableMap.vue @@ -154,6 +154,10 @@ export default { "tiles": ['https://a.tile.openstreetmap.org/{z}/{x}/{y}.png', 'https://b.tile.openstreetmap.org/{z}/{x}/{y}.png', 'https://c.tile.openstreetmap.org/{z}/{x}/{y}.png'], "tileSize": 256, "attribution": 'Map data © OpenStreetMap' + }, + "mapprint": { + "type": "vector", + "url": `https://kamimap.com/data/${this.map_config.map_id}/tilejson.json` } }, "layers": [{