Eric Theise
Eric Theise
I'm still getting my head around this project, but when I unzip `openaddr-collected-us_midwest.zip`, the files: ``` us-ks-cheyenne_county.csv us-ks-cheyenne_county.vrt us-ks-jackson_county.csv us-ks-jackson_county.vrt ``` end up in the root of the directory and...
Our stylesheets include sections such as: ``` { "id": "landuse_areas_z13", "type": "fill", "source": "osm", "source-layer": "landuse_areas", "minzoom": 13, "maxzoom": 24, "layout": { "visibility": "visible" }, "paint": { "fill-color": { "property":...
Most of the links in the README are broken. This pull request updates the locations of three links and, rather than linking to raw content, updates the linefeeds for the...
I've been working to bring the OpenHistoricalMap fork back into sync with your work (for which, big thanks). As I looked over some strings we might want to modify I...
Hi, I've tried running v3.0.0 and v2.2.0 using this ``` - name: Check out new sacrificial branch uses: peterjgrainger/[email protected] env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: branch: 'the-sacrifice' ``` but the...
I had to change the escaping in `tests/__snapshots__/test.popup.ts.snap` to get tests to run downstream.
Working on attribution strings downstream at OHM it appears that [these two lines](https://github.com/tyrasd/overpass-turbo/blob/4ca2e6641e8d3fd174cffe3054d14fe338528064/js/ide.ts#L492-L493) have no effect. An attribution control needs to be instantiated, then added to the map like this...
### Problem The current mechanisms for displaying banners are under source control and not configurable for forks. ### Description I'm getting the OpenHistoricalMap fork synced up with this code. It's...