How to use the @mapbox/mapbox-gl-style-spec.latest.transition function in @mapbox/mapbox-gl-style-spec

To help you get started, we’ve selected a few @mapbox/mapbox-gl-style-spec examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github maputnik / editor / src / components / modals / SettingsModal.jsx View on Github external
value={light.position}
          default={latest.light.position.default}
          onChange={this.changeLightProperty.bind(this, "position")}
        />
      

      
        
      

      
        
      

      
github maputnik / editor / src / components / modals / SettingsModal.jsx View on Github external
onChange={this.changeLightProperty.bind(this, "intensity")}
        />