Skip to content

skfd/bikeshare-toronto-maproulette

Repository files navigation

See Maproulette challenge to bring the map of Bikeshare stations up to date!

Current state is in bikeshare_stations.geojson.

  • Weekly points to review: bikeshare_toreview.geojson.
  • Weekly points to remove: bikeshare_removed.geojson.

TODO: - Auto-creator of Maproulette challenges

Follow BikeShareTO socials to get pictures of new stations query to examine existing stations:

[out:json];

area[name="Toronto"]->.to;
(
  node(area.to)[bicycle_rental=docking_station];
  way(area.to)[bicycle_rental=docking_station];
  area(area.to)[bicycle_rental=docking_station];
);

out body;
>;
out skel qt;

About

Bikeshare stations list for Maproulette

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages