Skip to content

Commit

Permalink
changed legend-symbol to @watergis/legend-symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
JinIgarashi committed Jul 24, 2021
1 parent cb78feb commit f8867c4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { accessToken, baseApiUrl, IControl, Map as MapboxMap } from "mapbox-gl";
import LegendSymbol from 'legend-symbol/dist';
import LegendSymbol from '@watergis/legend-symbol';
import axios from 'axios';


Expand Down
36 changes: 19 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
},
"dependencies": {
"@mapbox/mapbox-gl-style-spec": "^13.19.0",
"@watergis/legend-symbol": "^0.2.2",
"axios": "^0.21.1",
"legend-symbol": "github:watergis/legend-symbol",
"mapbox-gl": "^1.13.1"
}
}

0 comments on commit f8867c4

Please sign in to comment.