SFSailor
SFSailor
Hack solution. With a marker that is 12x30, with centers set at 6,15, the existing code would give me a value for "a" of 0,0. My core hack below indicates...
Okay. Here it is. 1. the code uses "_subtract" but the documented function is "subtract" 2. I revised the code around line 184 of the .js as follows. This gives...
Odd. I am using Leaflet 1.2.0 and it's working "as advertised". Perhaps the latest release fixes your issue. The time slider problem does exist for me too, but I am...
I will do that. I had managed it for a custom control, but it seems not to be working yet on the slider. I notice that Weather Underground has the...
At least of the current release, if you set the geoJSON type to LineString, you get a nice polyline output. > "geometry": { > "type": "LineString"
I did find a solution which was to hid all the tracks and then, on a track-by-track basis, replicate them as individual polylines. I believe this is the code that...
It works on mine. You need to work out a scheme for addressing the track you want to show/hide. I maintain an array with an index.... On Thu, Aug 30,...
I will need to dig up the code.... On Fri, Dec 8, 2023 at 12:25 AM Aycaa ***@***.***> wrote: > Hello, I'm trying to do something similar to your example....
Hi Thomas! Thanks for your reply. That's exactly what I did. I resized the canvas to my desired size and fiddled with the paramaters and path to fit the boat...
I've never done a pull request....I'll look into it! Maybe we add a "rotate the canvas" to the deal. It seemed when I used your heading command, it would rotate...