Skip to content

Commit

Permalink
Remove custom item property names per layer
Browse files Browse the repository at this point in the history
  • Loading branch information
Bettelstab committed Feb 6, 2025
1 parent 726542e commit 26f2547
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/pages/MapContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,6 @@ function MapContainer({ layers, map }: { layers: Array<LayerProps>, map: any })
markerDefaultColor={layer.menuColor}
markerDefaultColor2={layer.markerDefaultColor2 ? layer.markerDefaultColor2 : "RGBA(35, 31, 32, 0.2)"}
itemType={layer.itemType}
itemNameField='name'
itemTextField='text'
itemAvatarField='image'
itemSubnameField='subname'
itemColorField='color'
itemOwnerField='user_created'
itemOffersField='offers'
itemNeedsField='needs'
customEditLink='/edit-item'
customEditParameter='id'
public_edit_items={layer.public_edit_items}
Expand Down

0 comments on commit 26f2547

Please sign in to comment.