digitransit-ui
digitransit-ui copied to clipboard
Digitransit UI ("Reittiopas.fi")
## Proposed Changes - Introduces the project with the new Design system - Adds an introductory modal that's shown to user prior to their first journey using navigator ## Pull...
I use a Pelias instance that has no stop nor station layers available (available layers are coarse,address,venue,street,intersection,postalcode,locality,neighbourhood,county,localadmin,region,macrocounty,country,macroregion,dependency,borough,macrohood,marinearea,disputed,empire,continent,ocean). How can I disable these requests? That currently prevents it from returning any...
Is there a way to disable .pbf fetching ? My OSM source doesn't provide them, only png that are downloaded right before .pbf files. Thanks for your help.
I just started with Digitransit UI and set up an instance that doesn't use the whole/original Digitransit archirecture. However I do use the latest OTP (2.6.0) from the HLSdevcom repo...
For instances which should use other font families as the currently used `Gotham`, it is hard to adapt the styling. Grepping for `Gotham` at least returns the following instances: ```...
For one of our instances, I'd like to use different from/to marker icons/colors. Currently, the `mapMarker` icon is hardcoded in `digitransit-component-autosuggest-panel` (e.g. [here](https://github.com/HSLdevcom/digitransit-ui/blob/v3/digitransit-component/packages/digitransit-component-autosuggest-panel/src/index.js#L467)). The colors are coded in `digitransit-component-autosuggest`'s scss:...
## Proposed Changes - Draw badges on stop icons - Stop is permanently closed when there are no NO_SERVICE alerts and there are no routes related to it - Stop...
While `package.json` has fixed the version of `react-autosuggest` to `10.0.3`, `digitransit-component/package.json` and `digitransit-component-autosuggest-panel/package.json` have it fixed to 10.0.0. `digitransit-component-autosuggest` and `digitransit-component-datetimepicker` only require compatible version `^10.0.0`. I suggest to use...
We received the wish that [links in MessageBarMessage](https://github.com/HSLdevcom/digitransit-ui/blob/c5043de37fccccbf318facb1feed234a764a22e5/app/component/MessageBarMessage.js#L25-L27) should not be opened in the DT browser tab but a new window. Is this true for HSL also and would you...
Currently, svg icons are provides as a theme dependent sprites (`default` and `hsl` in this repo, addtional ones in downstream repositories). They are hard to maintain and contain much duplication....