mirror of
https://github.com/maputnik/editor.git
synced 2026-06-18 13:17:27 +00:00
## Launch Checklist Add `tileSize` field for raster and raster-dem tile sources. Solves #946  ### Not in this PR i18n for `Tile Size` - [x] Briefly describe the changes in this PR. - [x] Link to related issues. - [x] Include before/after visuals or gifs if this PR includes visual changes. - [x] Write tests for all new functionality. - [x] Add an entry to `CHANGELOG.md` under the `## main` section. --------- Co-authored-by: Harel M <harel.mazor@gmail.com> Co-authored-by: Keitaroh Kobayashi <keita@kbys.me> Co-authored-by: Hugues Tavernier <hugues.tavernier@protonmail.com> Co-authored-by: Joscha <34318751+josxha@users.noreply.github.com>
This commit is contained in:
@@ -162,6 +162,7 @@
|
||||
"Add a new source to your style. You can only choose the source type and id at creation time!": "スタイルに新規ソースを追加します。注意: 作成時にソースタイプとIDのみを選択できます。",
|
||||
"TileJSON URL": "TileJSON URL",
|
||||
"Tile URL": "タイルURL",
|
||||
"Scheme Type": "スキーマ",
|
||||
"Coord top left": "左上座標",
|
||||
"Coord top right": "右上座標",
|
||||
"Coord bottom right": "右下座標",
|
||||
@@ -171,6 +172,7 @@
|
||||
"GeoJSON URL": "GeoJSON URL",
|
||||
"GeoJSON": "GeoJSON",
|
||||
"Cluster": "クラスタ",
|
||||
"Tile Size": "タイルサイズ",
|
||||
"Encoding": "エンコーディング",
|
||||
"Error:": "エラー:",
|
||||
"MapTiler Access Token": "MapTiler アクセストークン",
|
||||
|
||||
Reference in New Issue
Block a user