5 reasons to use Maplibre | Introduction to Mapping Libraries

Поделиться
HTML-код
  • Опубликовано: 20 окт 2024

Комментарии • 18

  • @0xmic
    @0xmic Год назад +3

    Absolutely loving these videos. Been binging them all night. Exactly what I've been looking for. Thank you for making them and please keep them coming!

  • @raphael3666
    @raphael3666 Год назад +2

    About a year since I switched from leaflet to maplibre for larger projects that require denser data and the webgl rendering speed is really incredible. As much as I love leaflet I can't justify using it for anything large anymore.
    I'm curious to hear your opinion on the dev process of maplibre and react. Finding it a bit hard to implement some of the mapping complexity with react vs vanilla JS

    • @learnwithmapster
      @learnwithmapster  Год назад +4

      Hi Raphael, thanks for the comment! Yeah, for folks familiar a bit with mapping, Maplibre is definitely the more modern solution. As for React... I mainly write mapping applications in React and I quite enjoy it, but it does have some particularities to watch out for! Most of all, I never use React libraries (React Mapbox, for example) and prefer to just use the maplibre-gl library directly. I'll put that on the list to make a video about!

    • @raphael3666
      @raphael3666 Год назад

      cool - will be on the lookout for the react vid!

    • @Hellas11
      @Hellas11 Год назад

      ​@@learnwithmapsterVue3 would be useful as well:)

  • @lazaroborghi6821
    @lazaroborghi6821 Год назад

    Hello, great video! I have a question, can I use MapLibre for a React Native Expo project? I want to render only a part of the map (for example, a city) and use navigation with custom markers

    • @learnwithmapster
      @learnwithmapster  Год назад +1

      That's a great question! I don't think you can. BUT, Maplibre does have a React Native version they are actively working on (github.com/maplibre/maplibre-react-native). That said, I don't think it's integrated with Expo :(

    • @lazaroborghi6821
      @lazaroborghi6821 Год назад

      @@learnwithmapster thanks for responding! I think I’ll try with mapbox :)

  • @felipelimeira8361
    @felipelimeira8361 2 месяца назад

    I have noticed that in the past they used a lot of Open Layer and today it has decreased and I see more people using Leaflet, will Leaflet be forgotten with the growth of MapLibre?

    • @learnwithmapster
      @learnwithmapster  2 месяца назад

      I feel like Maplibre is the sensible choice, but it's just harder to learn for developers, basically!

  • @SnazzyPaps
    @SnazzyPaps Год назад

    Hello! I was wondering if can mapbox provide indoor navigation as well?

    • @learnwithmapster
      @learnwithmapster  Год назад +1

      Hi! Maplibre and Mapbox can visualize indoor navigation, but providing it out-of-the-box isn't really there. You'd generally have to provide your own detailed floorplans and then create some custom algorithms to manage the actual navigation for users inside.

    • @SnazzyPaps
      @SnazzyPaps Год назад

      @@learnwithmapster Thank you so much for your response! Hopefully I can work with these on ym thesis project! Thank you!! 💖

  • @peanut-butter-e1r
    @peanut-butter-e1r 4 месяца назад

    Which one is better for a tracking app, MapLibre or Leaflet?

    • @learnwithmapster
      @learnwithmapster  3 месяца назад +1

      I'd generally recommend Maplibre for a more modern mapping app

  • @janing06
    @janing06 Год назад

    Great video!