Skip to content

Commit

Permalink
S57 fixes (#172)
Browse files Browse the repository at this point in the history
* S57 fixes

* Fix build

* Simple feature filter

* Fix build

* Respect SCAMIN and SCAMAX

* Add shoreline construction

* Fix rendering of rocks

* Declutter text

* Refactor

* Add layerbounds set tile size

* Show extra contours

* Fix render order
  • Loading branch information
wdantuma authored Jul 19, 2024
1 parent c1d116c commit 886e7c3
Show file tree
Hide file tree
Showing 7 changed files with 50,193 additions and 97,118 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"ng-packagr": "^18.1.0",
"ngeohash": "^0.6.3",
"ol": "^9.0.0",
"ol-mapbox-style": "^12.2.1",
"ol-mapbox-style": "^12.3.3",
"pmtiles": "^2.7.0",
"prettier": "^2.5.1",
"prettier-plugin-organize-attributes": "^0.0.5",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
} from '@angular/core';

import TileLayer from 'ol/layer/Tile';
import VectorTileLayer from 'ol/layer/VectorTile';
import { TileWMS, XYZ, TileJSON, WMTS } from 'ol/source';
import { optionsFromCapabilities } from 'ol/source/WMTS';
import WMTSCapabilities from 'ol/format/WMTSCapabilities';
Expand All @@ -22,6 +21,7 @@ import { VectorLayerStyleFactory } from '../vectorLayerStyleFactory';

import DataTile from 'ol/source/DataTile';
import WebGLTileLayer from 'ol/layer/WebGLTile';
import VectorTileLayer from 'ol/layer/VectorTile';
import * as pmtiles from 'pmtiles';
import { SKChart } from 'src/app/modules';
import LayerGroup from 'ol/layer/Group';
Expand Down
Loading

0 comments on commit 886e7c3

Please sign in to comment.