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 4141@ SuppressWarnings ("serial" )
4242@ Tag ("google-map" )
4343@ JsModule ("@flowingcode/google-map/google-map.js" )
44- @ NpmPackage (value = "@flowingcode/google-map" , version = "3.0.2 " )
44+ @ NpmPackage (value = "@flowingcode/google-map" , version = "3.0.3 " )
4545@ JsModule ("./googlemaps/geolocation.js" )
4646public class GoogleMap extends Component implements HasSize {
4747
Original file line number Diff line number Diff line change 3636@ SuppressWarnings ("serial" )
3737@ Tag ("google-map-marker" )
3838@ JsModule ("@flowingcode/google-map/google-map-marker.js" )
39- @ NpmPackage (value = "@flowingcode/google-map" , version = "3.0.2 " )
39+ @ NpmPackage (value = "@flowingcode/google-map" , version = "3.0.3 " )
4040public class GoogleMapMarker extends Component {
4141
4242 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.2 " )
30+ @ NpmPackage (value = "@flowingcode/google-map" , version = "3.0.3 " )
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.2 " )
42+ @ NpmPackage (value = "@flowingcode/google-map" , version = "3.0.3 " )
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