Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Mapbox for Web Application

daigo3
March 04, 2021

Mapbox for Web Application

daigo3

March 04, 2021
Tweet

More Decks by daigo3

Other Decks in Technology

Transcript

  1. Map Move on map Coordinates Info Application Click marker Update

    Component With new Coordinates Update Component With new data Data for markers Application Map Info Coordinates
  2. Map Control Application Update Component With new data Data Mapbox

    Styles Source Data Layer Styles Events Layer Layer Source Source Data E ff ects Control Control Controls Information Events Events
  3. Layer • ArcLayer • BitmapLayer • ColumnLayer • GeoJsonLayer •

    GridCellLayer • IconLayer • LineLayer • PathLayer • PointCloudLayer • PolygonLayer • ScatterplotLayer • SolidPolygonLayer • TextLayer • ContourLayer • GridLayer • GPUGridLayer • CPUGridLayer • HexagonLayer • ScreenGridLayer • HeatmapLayer etc …
  4. Arc Layer { from: { coordinates: [number, number] }, to:

    { coordinates: [number, number] } }