Skip to main content

All Questions

Tagged with
0 votes
1 answer
65 views

Connecting R Leaflet to esri vector tile service

I'm building a Shiny leaflet application that I want to use a ESRI vector tile map from my organization for. I can see that leaflet connects to it as the attribution is accurate. However the tiles ...
PhDavey's user avatar
  • 416
0 votes
0 answers
23 views

R Leaflet - Problem Highlighting Features Underneath Layer

I am encountering a problem where I can't see highlighted features underneath a transparent top layer. I have a simple map setup, where I have a US county choropleth layer with a transparent US state ...
outsidethebox93's user avatar
1 vote
1 answer
83 views

Is there a way to pop out a leaflet map in an R Shiny app into a new browser tab?

I'm making an R Shiny application that includes a leafletOutput map that maps certain datapoints from a filtered dataframe. Is there any way to expand that map to a full screen size in a new browser ...
jjjjohnson's user avatar
1 vote
1 answer
92 views

clusterOptions() displaying correct area of map but no markers or clusters

I am working on a Shiny app in R that creates a leaflet map and plots points. Plotting the points by themselves works fine. The issue arises when I try to implement even the most basic clusters. I can ...
z3r0summ's user avatar
0 votes
1 answer
55 views

Leaflet proxy in r only shows latest added Layer

I want to visualise the development of fatal traffic accidents and accidents with severe injuries on state and community level in a leaflet map. As a solution i use a shiny app with a radio button for ...
Thomas231's user avatar
0 votes
1 answer
60 views

Can leaflet layer controls be used to alter popup contents in a Shiny dashboard?

I am building a dashboard in R Shiny that includes a map rendered using R leaflet. There are popups associated with locations on the map and items in the popup are also used as layer controls. i.e., ...
user3900349's user avatar
0 votes
1 answer
85 views

R Markdown flexdashboard shiny leaflet app

I'm trying to create an interactive leaflet map dashboard using R markdown and shiny runtime. I need to select multiple values from two fields based on which my map will draw. This works so far, but I ...
jaykay's user avatar
  • 95
0 votes
0 answers
123 views

Smooth transition between markers or polygons in R Leaflet

I have a Leaflet map in R Shiny with circle markers which change colour based on a time series slider. When a year is changed, the previously drawn circle marker is erased, and a new one is drawn. I ...
anorlondo's user avatar
  • 345
0 votes
1 answer
173 views

RShiny display multiple leaflet maps on the same plot

I have a shiny app where the user can select to display a specific leaflet map (on 51 available), or all leaflet maps (the 51 on 11 columns and 5 rows). To display multiple leaflet maps on the same ...
Chika's user avatar
  • 1,487
0 votes
0 answers
113 views

R Shiny Leaflet map doesn't center properly after expanding the container

I have a Shiny app that correctly collapses the datatable beneath a leaflet map, extends the map and then also brings back the datatable with a button click. The problem is something happens to the ...
rtb's user avatar
  • 71
0 votes
0 answers
98 views

Select marker by clicking on a map and update selected input

I am currently working on a Shiny app and I encountered some problems. My objective is to display temperature graphs for specific weather stations and selected years. Users can choose a station name ...
Yagmur's user avatar
  • 1
0 votes
1 answer
111 views

Only render leaflet map when zoom passes a threshold in Shiny

I have built a leaflet map in a Shiny application that shows different layers depending on what zoom you have. I have built this combining leafletProxy with observeEvent and leaflet's input$MAPID_zoom....
FilipW's user avatar
  • 1,491
1 vote
1 answer
91 views

Display coordinates in a table when markers are dragged in shiny app

In my simple shiny app, I'm able to drag the markers on the map and see their new coordinates in observe function : coords_data <- data.frame(id = 1:3, lng = c(2, 30, 50), lat = c(48, 40, 60)) ...
Haribo's user avatar
  • 2,142
0 votes
0 answers
76 views

leaflet map in shiny

I am new to shiny and try to pull up my map (which will eventually, be clickable to show data stored for particular sa4_code_2016 areas) The code i have works well alone, but in shiny it does not show ...
m45ha's user avatar
  • 407
2 votes
2 answers
247 views

Add lat lon coords to mini map leaflet rshiny

How to correctly implement lat/lon coordinates to a minimap, because I want the minimap to display at the location provided by each marker. It will open after clicking on the marker, however, I notice ...
Working dollar's user avatar

15 30 50 per page
1
2 3 4 5
56