pavel-corsaghin / react-native-leaflet

A LeafletView component using WebView and Leaflet map for React Native applications
MIT License
99 stars 42 forks source link

fix: default map layer attribution http url and copyright symbol #9

Closed jpstotz closed 2 years ago

jpstotz commented 2 years ago

Fixed the OSM copyright link which was still using HTTP instead of HTTPS (in non-react leaflet this had been fixed years ago). The attribution link has also been changed identically as it had ben done in Leaflet (see https://github.com/Leaflet/Leaflet/blob/9f9c5497560374f6d0659c08add5f37b8453621f/docs/_layouts/v2.html#L56).

I also noticed that the copyright symbol was defect (instead of © it showed &copy, see your project screen shots), this is now fixed.