# tilelive-overlay **Repository Path**: mirrors_mapbox/tilelive-overlay ## Basic Information - **Project Name**: tilelive-overlay - **Description**: Render GeoJSON features with simplestyle styles in a tilelive pipeline - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Build Status](https://travis-ci.com/mapbox/tilelive-overlay.svg?branch=master)](https://travis-ci.com/mapbox/tilelive-overlay) # tilelive-overlay Add GeoJSON features with simplestyle styles in a tilelive pipeline. ## Install npm install --save tilelive-overlay ## API * `overlaydata://GEOJSONSTRING` * `overlaydata://2x:GEOJSONSTRING` (retina) Provides a `overlaydata://GEOJSONSTRING` scheme for [tilelive](https://www.npmjs.org/package/tilelive), which transforms [GeoJSON](http://geojson.org/) into a [Mapnik](http://mapnik.org/) stylesheet using [geojson-mapnikify](https://github.com/mapbox/geojson-mapnikify), and then provides raster tiles of it.