Skip to content

lat/lon deltas aren't working #208

Closed
@bcardarella

Description

@bcardarella

I have the following:

    <Map
      bounds:latitude={34.011_286}
      bounds:longitude={-116.166_868}
      bounds:latitude-delta={0.2}
      bounds:longitude-delta={0.2}
      />

and it should render this:

image

but instead I get this:

Screenshot 2024-01-21 at 8 04 21 PM

I believe the location is working as when I change the lat/lon values it will center on the correct location.

When I look at the View Hierarchy I see the deltas present:

Screenshot 2024-01-21 at 8 07 46 PM

It's not clear to me why the deltas are not working to zoom the map

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions