HMS-FAC / BoatlaunchMVP

MVP for Boatlaunch App
Creative Commons Zero v1.0 Universal
5 stars 0 forks source link

Display custom markers for suitability 'unknown' #85

Closed hdrdavies closed 8 years ago

hdrdavies commented 8 years ago

Display yellow markers for 'unknown' suitability.

We've decided to use these markers from the initialisation of the page, then they can be filtered out with the filter drop-down.

Sub-issue of #73

hdrdavies commented 8 years ago

Possible resources from the Google Maps API documentation:

http://bit.ly/1m6QFFQ http://bit.ly/226SGTa

hdrdavies commented 8 years ago

This shows some of the default (unfortunately Google Maps v2) icons:

http://stackoverflow.com/questions/8248077/google-maps-v3-standard-icon-shadow-names-equiv-of-g-default-icon-in-v2

I couldn't find where the v3 markers are... they don't seem to be available in the official documentation.

EDIT: found some v3 ones here:

http://stackoverflow.com/questions/17746740/google-map-icons-with-visualrefresh

...but no yellow markers!

hdrdavies commented 8 years ago

This should be covered in the next PR