mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-22 00:07:03 +02:00
Remove unneeded field and update changelog
This commit is contained in:
@@ -155,6 +155,7 @@ _Breaking changes, which may affect downstream projects or sites that embed iD,
|
||||
* Add Utility Pole preset ([#6848])
|
||||
* Add Karting Racetrack and Motocross Racetrack presets ([#6826])
|
||||
* Add Noise Barrier preset ([#6949])
|
||||
* Add Brewing Supply Store preset ([#6866], [#6955], thanks [@simonbilskyrollins])
|
||||
* Add presets: Spaceport, Hot Dog Fast Food, Recording Studio, Film Studio, Radio Station, Television Station, Truck Scale, City Hall
|
||||
* Add Type and Material fields to the Stile preset ([#6857], thanks [@ewnh])
|
||||
* Add Waste field to relevant presets ([#6821])
|
||||
@@ -188,6 +189,7 @@ _Breaking changes, which may affect downstream projects or sites that embed iD,
|
||||
[#6882]: https://github.com/openstreetmap/iD/issues/6882
|
||||
[#6825]: https://github.com/openstreetmap/iD/issues/6825
|
||||
|
||||
[@simonbilskyrollins]: https://github.com/simonbilskyrollins
|
||||
[@danielsjf]: https://github.com/danielsjf
|
||||
[@ewnh]: https://github.com/ewnh
|
||||
|
||||
|
||||
@@ -478,7 +478,6 @@ en:
|
||||
craft:
|
||||
# craft=*
|
||||
label: Type
|
||||
terms: '[translate with synonyms or related terms for ''Type'', separated by commas]'
|
||||
crane/type:
|
||||
# 'crane:type=*'
|
||||
label: Crane Type
|
||||
|
||||
@@ -1015,7 +1015,7 @@
|
||||
"shop/boat": {"icon": "temaki-boating", "geometry": ["point", "area"], "terms": ["fishing boat", "jetski", "motorboat", "rowboat", "sailboat", "vessel", "watercraft"], "tags": {"shop": "boat"}, "name": "Boat Store"},
|
||||
"shop/bookmaker": {"icon": "temaki-money_hand", "moreFields": ["{shop}", "min_age"], "geometry": ["point", "area"], "terms": ["betting", "bookie"], "tags": {"shop": "bookmaker"}, "name": "Bookmaker"},
|
||||
"shop/books": {"icon": "fas-book", "fields": ["{shop}", "internet_access"], "moreFields": ["{shop}", "internet_access/fee", "internet_access/ssid"], "geometry": ["point", "area"], "tags": {"shop": "books"}, "name": "Book Store"},
|
||||
"shop/brewing_supplies": {"icon": "fas-beer", "moreFields": ["{shop}", "craft"], "geometry": ["point", "area"], "terms": ["brew shop", "homebrew supply store"], "tags": {"shop": "brewing_supplies"}, "name": "Brewing Supply Store"},
|
||||
"shop/brewing_supplies": {"icon": "fas-beer", "geometry": ["point", "area"], "terms": ["brew shop", "homebrew supply store"], "tags": {"shop": "brewing_supplies"}, "name": "Brewing Supply Store"},
|
||||
"shop/butcher": {"icon": "fas-bacon", "geometry": ["point", "area"], "terms": ["chicken", "beef", "lamb", "meat", "pork"], "tags": {"shop": "butcher"}, "name": "Butcher"},
|
||||
"shop/candles": {"icon": "fas-burn", "geometry": ["point", "area"], "tags": {"shop": "candles"}, "terms": ["wax"], "name": "Candle Shop"},
|
||||
"shop/cannabis": {"icon": "fas-cannabis", "moreFields": ["{shop}", "min_age"], "geometry": ["point", "area"], "terms": ["420", "marijuana", "pot", "reefer", "weed"], "tags": {"shop": "cannabis"}, "name": "Cannabis Shop"},
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"icon": "fas-beer",
|
||||
"moreFields": [
|
||||
"{shop}",
|
||||
"craft"
|
||||
],
|
||||
"geometry": [
|
||||
"point",
|
||||
"area"
|
||||
|
||||
Reference in New Issue
Block a user