File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/main/java/com/flowingcode/vaadin/addons/googlemaps Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3838@ SuppressWarnings ("serial" )
3939@ Tag ("google-map" )
4040@ JsModule ("@flowingcode/google-map/google-map.js" )
41- @ NpmPackage (value = "@flowingcode/google-map" , version = "3.0.1 " )
41+ @ NpmPackage (value = "@flowingcode/google-map" , version = "3.0.2 " )
4242public class GoogleMap extends Component implements HasSize {
4343
4444 /**
Original file line number Diff line number Diff line change 3131@ SuppressWarnings ("serial" )
3232@ Tag ("google-map-marker" )
3333@ JsModule ("@flowingcode/google-map/google-map-marker.js" )
34- @ NpmPackage (value = "@flowingcode/google-map" , version = "3.0.1 " )
34+ @ NpmPackage (value = "@flowingcode/google-map" , version = "3.0.2 " )
3535public class GoogleMapMarker extends Component {
3636
3737 private static long idCounter = 0 ;
Original file line number Diff line number Diff line change 2727@ SuppressWarnings ("serial" )
2828@ Tag ("google-map-point" )
2929@ JsModule ("@flowingcode/google-map/google-map-point.js" )
30- @ NpmPackage (value = "@flowingcode/google-map" , version = "3.0.1 " )
30+ @ NpmPackage (value = "@flowingcode/google-map" , version = "3.0.2 " )
3131public class GoogleMapPoint extends Component {
3232
3333 public GoogleMapPoint (LatLon latlon ) {
Original file line number Diff line number Diff line change 3939@ Tag ("google-map-poly" )
4040@ JsModule ("@flowingcode/google-map/google-map-poly.js" )
4141@ JsModule ("@flowingcode/google-map/google-map-point.js" )
42- @ NpmPackage (value = "@flowingcode/google-map" , version = "3.0.1 " )
42+ @ NpmPackage (value = "@flowingcode/google-map" , version = "3.0.2 " )
4343public class GoogleMapPolygon extends Component {
4444
4545 private static final double DEFAULT_FILL_OPACITY = 0.5d ;
You can’t perform that action at this time.
0 commit comments