Skip to content

Commit

Permalink
fix the addon example
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Sep 24, 2024
1 parent c27bbfb commit a06301a
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/Addon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import React from 'react';
import {fromLonLat} from 'ol/proj';
import {MapboxVector as VectorMapbox} from 'ol/layer';
import {MapboxVectorLayer as VectorMapbox} from 'ol-mapbox-style';

import {RMap, RLayer, RLayerProps, RContextType} from 'rlayers';

Expand Down
125 changes: 119 additions & 6 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
"markdown-loader": "^8.0.0",
"null-loader": "^4.0.1",
"ol": "^10.2.0",
"ol-mapbox-style": "^12.3.5",
"ol-mbtiles": "^3.1.0",
"prettier": "2.8.8",
"prism-themes": "^1.6.0",
Expand Down

0 comments on commit a06301a

Please sign in to comment.