perliedman / ocad2geojson

JavaScript OCAD file reader and exporter for GeoJSON, SVG and Mapbox Style Spec
https://www.liedman.net/ocad2geojson/
GNU Affero General Public License v3.0
39 stars 4 forks source link

Hatch fills are not supported in Mapbox GL exports #12

Open perliedman opened 4 years ago

perliedman commented 4 years ago

AFAIK, we can't tell Mapbox GL how to scale a fill pattern, which makes it hard (maybe impossible) to create fills that resize when you zoom in and out of the map.

There are a lot of interesting issues in Mapbox GL I should reference here when I find the time!