Code Monkey home page Code Monkey logo

bikeshare's People

Contributors

dchudz avatar ramnathv avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

bikeshare's Issues

fromJSON bug

I get an error in RStudio when executing the folowing (from Global.R):

> bike = fromJSON(content(GET(url)))
  Error in (function (classes, fdef, mtable)  : 
    unable to find an inherited method for function ‘fromJSON’ for signature ‘"list", "missing"’

However, when i run the following, the problem is solved:

> bike = content(GET(url))

The content function already gives me the list in R format

Automatic adjustment of width and height

Hello,

First of all, great package and project! It's very helpful!

I noticed that in your code you set the width and height of the map as "width = 1600, height = 800", and I'm wondering, instead of fixing the dimension, if there is a way to set them so that they will automatically adjust themselves when opened on screen of any size. Is there a way to do that?

Thanks!
Ray

Rewrite part of App with AngularJS

The basic idea is to

  1. Write functions to retrieve JSON data.
  2. Write functions to process JSON data.
  3. Wire it all up using AngularJS

It would be nice to port some of the ideas back to rCharts that make it easy to add such controls.

Question: can you set multiple providers?

Is it possible in R to set multiple providers (for layers) to Leaflet?

Single provider:

L1$tileLayer(provider = 'Stamen.TonerLite')

Multiple providers?
(Setting the previous line multiple times, overwrites the first ones)

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.