mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Add tileSize parameter to basemap options (#7918)
* Added tileSize parameter to basemap options * Fix blurry icon in map interface.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user