Add tileSize parameter to basemap options (#7918)

* Added tileSize parameter to basemap options

* Fix blurry icon in map interface.
This commit is contained in:
Oreille
2021-09-08 16:37:14 +02:00
committed by GitHub
parent b8ec28a941
commit f28a052974
4 changed files with 21 additions and 4 deletions

View File

@@ -318,3 +318,17 @@ fields:
interface: text-input
options:
placeholder: http://{a-c}.tile.openstreetmap.org/{z}/{x}/{y}.png
- field: tileSize
name: $t:tile_size
schema:
is_nullable: true
meta:
interface: input
options:
placeholder: '512'
conditions:
name: typeNeqRaster
rule:
type:
_neq: 'raster'
hidden: true