| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 6488feb commit 13702c5
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -64,9 +64,7 @@ | |||
| 64 | 64 | "src/common/components/templates/Select", | |
| 65 | 65 | "src/common/security/KeyServiceParameter", | |
| 66 | 66 | "src/common/components/templates/TemplateBase", | |
| 67 | - "src/common/mapping/utils/L7LayerUtil", | ||
| 68 | - "src/common/mapping/utils/Color", | ||
| 69 | - "src/common/mapping/utils/util", | ||
| 67 | + "src/common/mapping", | ||
| 70 | 68 | ||
| 71 | 69 | "src/leaflet/components/clientcomputation/ClientComputationViewModel", | |
| 72 | 70 | "src/leaflet/components/dataflow/DataFlowViewModel", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -67,6 +67,11 @@ | |||
| 67 | 67 | "src/common/mapping/utils/L7LayerUtil", | |
| 68 | 68 | "src/common/mapping/utils/Color", | |
| 69 | 69 | "src/common/mapping/utils/util", | |
| 70 | + "src/common/mapping/WebMapV2", | ||
| 71 | + "src/common/mapping/WebMapV3", | ||
| 72 | + "src/common/mapping/MapStyle", | ||
| 73 | + "src/common/mapping/WebMapV2Base", | ||
| 74 | + "src/common/mapping/WebMapService", | ||
| 70 | 75 | "src/mapboxgl/core/Util", | |
| 71 | 76 | "src/mapboxgl/overlay/L7/l7-render" | |
| 72 | 77 | ] | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -65,6 +65,11 @@ | |||
| 65 | 65 | "src/common/mapping/utils/L7LayerUtil", | |
| 66 | 66 | "src/common/mapping/utils/Color", | |
| 67 | 67 | "src/common/mapping/utils/util", | |
| 68 | + "src/common/mapping/WebMapV2", | ||
| 69 | + "src/common/mapping/WebMapV3", | ||
| 70 | + "src/common/mapping/MapStyle", | ||
| 71 | + "src/common/mapping/WebMapV2Base", | ||
| 72 | + "src/common/mapping/WebMapService", | ||
| 68 | 73 | "src/maplibregl/core/Util", | |
| 69 | 74 | "src/maplibregl/overlay/L7/l7-render" | |
| 70 | 75 | ] | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -63,9 +63,7 @@ | |||
| 63 | 63 | "src/common/components/templates/Select", | |
| 64 | 64 | "src/common/security/KeyServiceParameter", | |
| 65 | 65 | "src/common/components/templates/TemplateBase", | |
| 66 | - "src/common/mapping/utils/L7LayerUtil", | ||
| 67 | - "src/common/mapping/utils/Color", | ||
| 68 | - "src/common/mapping/utils/util" | ||
| 66 | + "src/common/mapping" | ||
| 69 | 67 | ] | |
| 70 | 68 | }, | |
| 71 | 69 | "plugins": ["plugins/markdown","../plugins/usage", "../plugins/moduleCategories"], | |
| Back | FazBrowse Home | New Git URL |
0 commit comments