GithubHelp home page GithubHelp logo

token prop merged out about vue2leaflet HOT 3 CLOSED

depperm avatar depperm commented on August 16, 2024
token prop merged out

from vue2leaflet.

Comments (3)

mikeu avatar mikeu commented on August 16, 2024

Hi @depperm , is there a reason that passing the token as an option doesn't work for you? I think you should be able to use something along the lines of <LTileLayer :options="{ token: myTokenVal }"> to pass your value through to the constructor of the Leaflet TileLayer.

I'm also curious, I can't find token as a parameter in the Leaflet documentation, do you have a reference for where it's used, how it's defined, etc.?

from vue2leaflet.

depperm avatar depperm commented on August 16, 2024

that may work, I'll have to try that.

I didn't necessarily see token in Leaflet documentation, but seeing it in old vue-leaflet and reading about CSRF tokens I thought it was an added feature that fell by the wayside

from vue2leaflet.

mikeu avatar mikeu commented on August 16, 2024

The change in #32 introduced the params prop to allow an arbitrary object to be passed to the Leaflet tileLayer constructor. For backwards compatibility with existing projects that had used :attribution and :token props, it left them as valid props and simply copied them into the params object before passing it on to Leaflet.

At that stage, there would have been no difference between <LTileLayer :token="myToken"> and <LTileLayer :options="{ token: myToken }">. Part of the refactor in #231 involved deprecating the former, but the latter is still supported and totally equivalent. So as far as I can tell, I don't think any change is needed here, unless you can confirm that there is a need to pass a token option to Leaflet, and that using the existing options object prop doesn't allow thatβ€”in which case, please do feel free to follow up and reopen this issue!

from vue2leaflet.

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.