Skip to content

Commit 31bba26

Browse files
authored
Merge pull request #328 from mviewer/issue-327
correction issue 327
2 parents d4ed9d1 + 6c25b55 commit 31bba26

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

config-php-sample.json

+2
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133
"url": "https://tile.geobretagne.fr/osm/service",
134134
"layers": "osm:google",
135135
"format": "image/png",
136+
"fromcapacity": "false",
136137
"attribution": "GéoBretagne. Données : les contributeurs d'<a href=\"https://www.openstreetmap.org/\" target=\"_blank\">OpenStreetMap </a>, <a href=\"https://www.openstreetmap.org/copyright\" target=\"_blank\">ODbL </a>",
137138
"style": "normal",
138139
"matrixset": "PM",
@@ -147,6 +148,7 @@
147148
"url": "https://tile.geobretagne.fr/osm/service",
148149
"layers": "osm:grey",
149150
"format": "image/png",
151+
"fromcapacity": "false",
150152
"attribution": "GéoBretagne - GéoGrandEst. Données : les contributeurs d'<a href=\"https://www.openstreetmap.org/\" target=\"_blank\">OpenStreetMap </a>, <a href=\"https://www.openstreetmap.org/copyright\" target=\"_blank\">ODbL </a>",
151153
"style": "normal",
152154
"matrixset": "PM",

config-python-sample.json

+2
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@
127127
"url": "https://tile.geobretagne.fr/osm/service",
128128
"layers": "osm:google",
129129
"format": "image/png",
130+
"fromcapacity": "false",
130131
"attribution": "GéoBretagne. Données : les contributeurs d'<a href=\"https://www.openstreetmap.org/\" target=\"_blank\">OpenStreetMap </a>, <a href=\"https://www.openstreetmap.org/copyright\" target=\"_blank\">ODbL </a>",
131132
"style": "normal",
132133
"matrixset": "PM",
@@ -141,6 +142,7 @@
141142
"url": "https://tile.geobretagne.fr/osm/service",
142143
"layers": "osm:grey",
143144
"format": "image/png",
145+
"fromcapacity": "false",
144146
"attribution": "GéoBretagne - GéoGrandEst. Données : les contributeurs d'<a href=\"https://www.openstreetmap.org/\" target=\"_blank\">OpenStreetMap </a>, <a href=\"https://www.openstreetmap.org/copyright\" target=\"_blank\">ODbL </a>",
145147
"style": "normal",
146148
"matrixset": "PM",

0 commit comments

Comments
 (0)