Show HN: Meeting Location Calculator
meetinglocationcalculator.com
Show HN: Meeting Location Calculator
1–6 of 6 posts
Re: Show HN: Meeting Location Calculator
#2On the bottom right of the map the CSS '.leaflet-control a' sets 'display: none;' which hides the copyright of the map. It might not fit the style of the dark background map, but it's not optional. You could move the copyright to an about page.
Re: Show HN: Meeting Location Calculator
#3Great website and idea. On the bottom right of the map the CSS '.leaflet-control a' sets 'display: none;' which hides the copyright of the map. It might not fit the style of the dark background map, but it's not optional. You could move the copyright to an about page.
Re: Show HN: Meeting Location Calculator
#4Re: Show HN: Meeting Location Calculator
#5Re: Show HN: Meeting Location Calculator
#6Great website and idea. On the bottom right of the map the CSS '.leaflet-control a' sets 'display: none;' which hides the copyright of the map. It might not fit the style of the dark background map, but it's not optional. You could move the copyright to an about page.
Thank you for the feedback and heads up. But are you sure that it is not optional? It is a feature directly provided by leaflet ( https://leafletjs.com/reference.html#control-attribution ) so I thought there would be no problem in me hiding the prefix. I really have no idea about copyright regulations though so I will take a look.