mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
fixed color / removed logging
This commit is contained in:
parent
4c6cfa6587
commit
f310bb7033
@ -27,7 +27,7 @@ export const Layer = ({
|
||||
markerIcon = 'circle-solid',
|
||||
markerShape = 'circle',
|
||||
markerDefaultColor = '#777',
|
||||
markerDefaultColor2,
|
||||
markerDefaultColor2 = "RGBA(35, 31, 32, 0.2)",
|
||||
api,
|
||||
itemType,
|
||||
itemNameField = 'name',
|
||||
@ -149,7 +149,7 @@ export const Layer = ({
|
||||
filter(item =>
|
||||
filterTags.length == 0 ? item : filterTags.every(tag => getItemTags(item).some(filterTag => filterTag.name.toLocaleLowerCase() === tag.name.toLocaleLowerCase())))?.
|
||||
filter(item => item.layer && isLayerVisible(item.layer)).
|
||||
filter(item => item.group_type && isGroupTypeVisible(item.group_type)).
|
||||
filter(item => item.group_type && isGroupTypeVisible(item.group_type)||item.group_type==null).
|
||||
map((item: Item) => {
|
||||
if (getValue(item, itemLongitudeField) && getValue(item, itemLatitudeField)) {
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user