We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430bf86 commit ab5d7d2Copy full SHA for ab5d7d2
package.json
@@ -23,7 +23,8 @@
23
"url": "http://github.com/TerriaJS/TerriaMap"
24
},
25
"dependencies": {
26
- "terriajs-server": "^4.0.0"
+ "terriajs-server": "^4.0.0",
27
+ "terriajs-plugin-proj4leaflet": "^0.0.1-alpha.1"
28
29
"config": {
30
"docker": {
plugins.ts
@@ -6,6 +6,7 @@ import { TerriaPluginModule } from "terriajs-plugin-api";
6
const plugins: () => Promise<TerriaPluginModule>[] = () => [
7
// Add plugin imports. Example:
8
// import("terriajs-plugin-sample"),
9
+ import("terriajs-plugin-proj4leaflet")
10
];
11
12
export default plugins;
0 commit comments