├── README.md └── package.json /README.md: -------------------------------------------------------------------------------- 1 | This repository has been merged as `stylefunction` module with [ol-mapbox-style](https://github.com/boundlessgeo/ol-mapbox-style). 2 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "mapbox-to-ol-style", 3 | "version": "99.0.0", 4 | "description": "Utility for creating OpenLayers style functions from Mapbox Style objects" 5 | } 6 | --------------------------------------------------------------------------------