Skip to content

Commit

Permalink
codeforjapan#288 added tilejson.json path as source
Browse files Browse the repository at this point in the history
  • Loading branch information
smellman committed Feb 17, 2020
1 parent fd06dc9 commit 116ed94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/PrintableMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 © <a href="http://openstreetmap.org/">OpenStreetMap</a>'
},
"mapprint": {
"type": "vector",
"url": `https://kamimap.com/data/${this.map_config.map_id}/tilejson.json`
}
},
"layers": [{
Expand Down

0 comments on commit 116ed94

Please sign in to comment.