Git Product home page Git Product logo

Comments (7)

ghybs avatar ghybs commented on September 26, 2024 2

Hi,

I am not familiar with this plugin, but the README says that it "extends the L.Marker class with two new options", therefore I would simply expect the usage with custom icon to be:

L.marker(You, {
  icon: greenIcon,
  rotationAngle: 25,
  rotationOrigin: [32, 33]
}).addTo(map);

whereas OP separated each option in a different argument:

L.marker(You, {
  icon: greenIcon
}, {
  rotationAngle: 25
}, {
  rotationOrigin: [32, 33]
}).addTo(map);

from leaflet.rotatedmarker.

jaguardo avatar jaguardo commented on September 26, 2024 2

Looks like that works... Thanks!

from leaflet.rotatedmarker.

federicoalvarez-github avatar federicoalvarez-github commented on September 26, 2024 1

I ended up creating 32 icons, each one with a different rotation angle, and loading the one closest to the angle needed. Not the most elegant solution but works...

from leaflet.rotatedmarker.

evaseemefly avatar evaseemefly commented on September 26, 2024

the same question

from leaflet.rotatedmarker.

federicoalvarez-github avatar federicoalvarez-github commented on September 26, 2024

same here.

And for non custom Icons I cannot get it to work either.

from leaflet.rotatedmarker.

yuanyuan-xy avatar yuanyuan-xy commented on September 26, 2024

If it not work, how do I rotate the icon, please ?

from leaflet.rotatedmarker.

jaguardo avatar jaguardo commented on September 26, 2024

anyone able to solve this? improve it?

from leaflet.rotatedmarker.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.