mapboxer
mapboxer copied to clipboard
An R Interface to Mapbox GL JS
I'm trying to edit polylines in an R shiny framework but invoking add_draw_control using an sfc_linestring as data does not work when called through render_mapboxer, but does work as a...
How can i create a map of France with mapboxer ?
hi and thanks for reading me. Im working on a map with some points marked and I want to show by default an icon using add_layer, is that possible? I...
Hi @crazycapivara, thank you for this package. It's really great. I see in #60 that the [mapbox-gl-sync-move](https://github.com/mapbox/mapbox-gl-sync-move) is on your radar so I'm wondering if you have any suggestions for...
Hi and thanks for reading me. Im trying to use my own style using the mapboxer package in R but it doesn't work and I don't know why, the code...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [css-loader](https://github.com/webpack-contrib/css-loader), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Updates `json5` from 2.1.3 to 2.2.3 Release notes Sourced from...
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.18.2. Release notes Sourced from express's releases. 4.18.2 Fix regression routing a large stack in a single route deps: [email protected] deps: [email protected] perf: remove unnecessary...
I am thinking of how leaflet for R has highlight options: https://rstudio.github.io/leaflet/shapes.html
I'm trying to mimic the [Mapbox 3d buildings example](https://docs.mapbox.com/mapbox-gl-js/example/3d-buildings/) in R but am having trouble. What is wrong with my `source` below? ``` library(osmdata) library(mapboxer) library(tidyverse) q osmdata_sf() uog_polygons mutate(name...