Thammarith

Results 3 issues of Thammarith

This package does exactly what I want. I wonder if I could you it with `Array.prototype.sort()`? Something like ```javascript import alphanumSort from 'alphanum-sort'; const arr = [ /* ... */...

I imported this library and your `Leaflet.RotatedMarker`. When I want to rotate the marker using `Leaflet.RotatedMarker`, the markers are not rotated properly, e.g., 45 degrees rotates as 90 degrees. ```javascript...

I tried with the following code: ```html ``` Only `type: 'satellite',` works and the map is shown in sattelite mode. However, the `streetViewControl` option doesn't work. What do I have...