MapLibre Tutorial 02: Use Basemaps from MapTiler and XYZservices

Поділитися
Вставка
  • Опубліковано 10 гру 2024

КОМЕНТАРІ • 5

  • @jovin.thazhal
    @jovin.thazhal Місяць тому

    can we extract this 3d model and process it in blender?

  • @Julianpinzon-z2x
    @Julianpinzon-z2x 5 місяців тому

    Hola, este código se puede usar en Q-GIS ?

    • @giswqs
      @giswqs  5 місяців тому

      Not for QGIS

  • @settydip3058
    @settydip3058 4 місяці тому

    m = leafmap.Map(center=[-100, 40], zoom=3)
    m.add_basemap("Google Hybrid", opacity=1 , visible=False)
    m.add_basemap("OpenTopoMap")
    m.add_layer_control()
    m
    I tried this script in Colab and it shows a layer option on the map but when click on the layer option the map just disappears and shows "localhost refused to connect." Other steps were running very nicely.

  • @somdeepkundu2506
    @somdeepkundu2506 5 місяців тому

    Very difficult in Colab...