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 3c02eba commit ba99413Copy full SHA for ba99413
vaadin-map-flow-parent/vaadin-map-flow/src/main/java/com/vaadin/flow/component/map/Map.java
@@ -72,6 +72,7 @@
72
*/
73
@Tag("vaadin-map")
74
@NpmPackage(value = "@vaadin/map", version = "25.0.0-alpha20")
75
+@NpmPackage(value = "ol", version = "10.6.0")
76
@NpmPackage(value = "proj4", version = "2.17.0")
77
@JsModule("@vaadin/map/src/vaadin-map.js")
78
@JsModule("./vaadin-map/mapConnector.js")
0 commit comments