Git Product home page Git Product logo

remapgl's People

Contributors

rlmcneary2 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

remapgl's Issues

Add style layer.

This is the base layer control modelled on the Mapbox style layer. It will have these props:

  • id: string
  • layout: object
  • layerType: string enum (see MB docs.)
  • paint: object
  • sourceType: string enum (see MB docs.)
  • sourceData: any

Note - not all layer type and source combinations use all these properties. Layer components that are easier to use will be built on this component. See https://docs.mapbox.com/mapbox-gl-js/style-spec/#layers

The props will be assembled into a layer object and shall be added to the map in a useEffect hook by map.addLayer.

The same useEffect hook shall return a function that invokes map.removeLayer and map.removeSource to cleanup the map when the Layer component is removed.

Upgrade to mapbox-gl 1.6

Upgrade:

  • the package
  • the default CSS file name to match the package version.
  • the default style to be the latest version.

Generate API docs from TypeScript and comments.

Information about the API and usage will be stored in the source files. Find a tool that will export the TypeScript and comment information. Ideally that information will be [rendered to markdown, rendered to HTML].

License and copyright

Add a license to the package.json.
Create a copyright notice for the head of each source file.

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.