File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
flow-demo/src/main/java/software/xdev/vaadin/maps/leaflet/flow Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818import software .xdev .vaadin .maps .leaflet .flow .demo .FreeingUpResourceBenchmarkDemo ;
1919import software .xdev .vaadin .maps .leaflet .flow .demo .GeoJSONDemo ;
2020import software .xdev .vaadin .maps .leaflet .flow .demo .InitialResizeDemo ;
21- import software .xdev .vaadin .maps .leaflet .flow .demo .MaplibreGLDemo ;
2221import software .xdev .vaadin .maps .leaflet .flow .demo .MinimalisticDemo ;
2322import software .xdev .vaadin .maps .leaflet .flow .demo .MultiLayerWithPyramidDemo ;
2423import software .xdev .vaadin .maps .leaflet .flow .demo .NotOfThisEarthDemo ;
2524import software .xdev .vaadin .maps .leaflet .flow .demo .WatermarkControlDemo ;
25+ import software .xdev .vaadin .maps .leaflet .flow .demo .plugins .MaplibreGLDemo ;
2626
2727
2828@ PageTitle ("Leaflet + Vaadin demos" )
@@ -107,7 +107,7 @@ protected void onAttach(final AttachEvent attachEvent)
107107 ),
108108 new Example (
109109 MaplibreGLDemo .NAV ,
110- "MapLibre GL Leaflet" ,
110+ "Plugin: MapLibre GL Leaflet" ,
111111 "Showcases how vector tile servers can be used with MapLibre GL Leaflet"
112112 )
113113 ));
Original file line number Diff line number Diff line change 1- package software .xdev .vaadin .maps .leaflet .flow .demo ;
1+ package software .xdev .vaadin .maps .leaflet .flow .demo . plugins ;
22
33import com .vaadin .flow .component .orderedlayout .VerticalLayout ;
44import com .vaadin .flow .router .Route ;
You can’t perform that action at this time.
0 commit comments