Mike-Heneghan / ALISS

ALISS (A Local Information System for Scotland) is a service to help you find help and support close to you when you need it most.
https://aliss.org
0 stars 0 forks source link

Service Detail Map Location Pins #84

Closed Mike-Heneghan closed 4 years ago

Mike-Heneghan commented 4 years ago

For services which have physical locations, it would be useful to drop location pins.

As Maps are currently only rendered for service with service areas it could be best to start by adding location pins and then refactor to handle services without service areas.

Mike-Heneghan commented 4 years ago
Screenshot 2019-07-11 at 11 32 41 Screenshot 2019-07-11 at 12 08 48
Mike-Heneghan commented 4 years ago

Edited the JS to only run the renderFeatures or addLocations when there are features or locations respectively.

Should hopefully improve performance.

Mike-Heneghan commented 4 years ago

Now there is support for single locations without service areas.

Screenshot 2019-07-12 at 10 58 01 Screenshot 2019-07-12 at 10 58 11
Mike-Heneghan commented 4 years ago

Before sending in the PR move the JS into scripts.js

Mike-Heneghan commented 4 years ago

Merged into master