Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.1 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.1 KB

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

Follow BikeShareTO socials to get pictures of new stations query to examine existing stations: rogue stations without ref tag

[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;

Generated Files

The following files are generated and updated regularly:

  • bikeshare.geojson: Contains all current Bikeshare Toronto stations.
  • bikeshare_added.geojson: New stations added since the last update.
  • bikeshare_removed.geojson: Stations removed since the last update.
  • bikeshare_moved.geojson: Stations that have changed location.
  • bikeshare_renamed.geojson: Stations that have been renamed.

Docs

https://github.com/maproulette/maproulette-backend/blob/main/docs/challenge_api.md#manually-building-a-challenge