MakieOrg / Tyler.jl

Makie package to plot maptiles from various map providers

Home Page:https://makieorg.github.io/Tyler.jl/dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Map should accept Extent as rect input

alex-s-gardner opened this issue · comments

It would be nice if Map also accepted a Extents.jl extent as input:

i.e.
Map(rect::Union{Rect, Extent}, ..... )

Should be an easy PR, we already use Extent internally

I see that the first operation of rect is to convert to an Extent so we only need to add a check on the type of rect... I'll add that in a PR now