asdf
This commit is contained in:
@@ -377,10 +377,10 @@ const PropertyMap = ({
|
||||
key={section.id}
|
||||
positions={coordinates}
|
||||
pathOptions={{
|
||||
fillColor: isExternallySelected ? '#10b981' : getSectionColor(section),
|
||||
fillOpacity: isSelected ? 0.7 : 0.4,
|
||||
color: isExternallySelected ? '#059669' : getSectionColor(section),
|
||||
weight: isSelected ? 4 : 2,
|
||||
fillColor: isExternallySelected ? '#10b981' : '#3b82f6',
|
||||
fillOpacity: isSelected ? 0.8 : 0.5,
|
||||
color: isExternallySelected ? '#059669' : '#2563eb',
|
||||
weight: isSelected ? 4 : 3,
|
||||
opacity: 1,
|
||||
}}
|
||||
eventHandlers={{
|
||||
|
||||
@@ -352,7 +352,7 @@ const ApplicationPlanModal = ({ onClose, onSubmit }) => {
|
||||
<div className="relative">
|
||||
<PropertyMap
|
||||
center={[selectedPropertyDetails.latitude, selectedPropertyDetails.longitude]}
|
||||
zoom={18}
|
||||
zoom={16}
|
||||
property={selectedPropertyDetails}
|
||||
sections={selectedPropertyDetails.sections || []}
|
||||
editable={false}
|
||||
|
||||
Reference in New Issue
Block a user