这是indexloc提供的服务,不要输入任何密码
Skip to content

make components extendible (e.g. tm_geocoder) #1118

@mtennekes

Description

@mtennekes

Just added tm_geocoder() to tmap.mapgl. The new vignette: https://r-tmap.github.io/tmap.mapgl/articles/components

However, it fails in plot and view mode, because this does not work:

#' @export
#' @method tmapGridCompHeight tm_geocoder
tmapGridCompHeight.tm_geocoder = function(comp, o) {
	comp
}

tmapGridCompHeight is not exported.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions