Giter Site home page Giter Site logo

Comments (1)

dimfeld avatar dimfeld commented on July 16, 2024

The approach you've suggested here is similar to what I've done in other projects at work (using Leaflet, which doesn't have native support for this, but basically the same idea).

If this can actually be made to work well with MapLibre's internal hash functionality that would be great, but I also have a feeling that it would end up working better to just reimplement it inside the Svelte code.

Off the top of my head, something like this might work well:

  • Add a hash property to MapLibre.svelte. Don't pass it through to the MapLibre JS library though.
  • If it's false, ignore all the below steps.
  • If there's already a valid hash value in the current URL when initializing the map, pan/zoom to that hash location instead of using the initial value for zoom/center/bounds.
  • In the moveend event handler, update the hash in the same place that currently updates center, zoom, and bounds.
  • If we started with a valid hash, then don't use zoom/center/bounds at the start. This can probably be done by just setting zoom/center/bounds to the values parsed out from the hash when initializing, to override any initially-passed-in values. But it may require some tinkering to get this just right.

I should be able to play with this later this week if you don't get to it first. Thanks for the suggestion!

from svelte-maplibre.

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.