Skip to content
This repository was archived by the owner on Mar 12, 2022. It is now read-only.

Conversation

@irees
Copy link
Member

@irees irees commented Dec 21, 2016

Resolves #292

PR include models for stopStation, stopPlatform, stopEgress. The map viewer is in the stop-map component, which draws the leaflet layers & defines actions for interacting. The main change to the existing stops route is to use stop_stations as the model and use the stop-map component in the template.

Icons defined in components/stop-map/component.js

var stopStationIcon = L.icon({
   iconUrl: 'assets/images/search-active.png',
   iconSize: [36, 54],
   iconAnchor: [18, 54],
   popupAnchor: [0, -54]
 });

@irees
Copy link
Member Author

irees commented Dec 30, 2016

@irees
Copy link
Member Author

irees commented Dec 30, 2016

Icons defined in components/stop-map/component.js

var stopStationIcon = L.icon({
   iconUrl: 'assets/images/search-active.png',
   iconSize: [36, 54],
   iconAnchor: [18, 54],
   popupAnchor: [0, -54]
 });

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants