GithubHelp home page GithubHelp logo

select abstraction about mapedit HOT 5 CLOSED

r-spatial avatar r-spatial commented on August 27, 2024
select abstraction

from mapedit.

Comments (5)

timelyportfolio avatar timelyportfolio commented on August 27, 2024 1

thanks @tim-salabim I forgot :)

@mdsumner, with timelyportfolio@8f7b04f there is now an index argument to selectFeatures. Please let me know if this accomplishes your objective and any feedback you might have.

# devtools::install_github("r-spatial/mapview@develop")
# devtools::install_github("timelyportfolio/mapview@modules")
library(mapview)
library(mapedit)

selectFeatures(franconia, index=TRUE)

from mapedit.

timelyportfolio avatar timelyportfolio commented on August 27, 2024 1

Will close, since it seems this is mostly solved. Let me know if I am missing something and will happily reopen and address.

from mapedit.

timelyportfolio avatar timelyportfolio commented on August 27, 2024

With recent changes in my @modules branch of mapedit and mapview::addFeatures(), we can get much closer to your outcome. Here is a quick example. I know it is not exactly what you are asking, so I will think through a better implementation.

library(mapedit)
library(mapview)
library(sf)

fr_sf <- st_as_sf(franconia)

selectMap(
  leaflet() %>% addFeatures(data=fr_sf, layerId=~seq_len(nrow(fr_sf)))
)

from mapedit.

tim-salabim avatar tim-salabim commented on August 27, 2024

@timelyportfolio just as a side-note, there is no need for st_as_sf(franconia), it already is sf

from mapedit.

mdsumner avatar mdsumner commented on August 27, 2024

Thanks!

from mapedit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.