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 18
18
import software .xdev .vaadin .maps .leaflet .flow .demo .FreeingUpResourceBenchmarkDemo ;
19
19
import software .xdev .vaadin .maps .leaflet .flow .demo .GeoJSONDemo ;
20
20
import software .xdev .vaadin .maps .leaflet .flow .demo .InitialResizeDemo ;
21
- import software .xdev .vaadin .maps .leaflet .flow .demo .MaplibreGLDemo ;
22
21
import software .xdev .vaadin .maps .leaflet .flow .demo .MinimalisticDemo ;
23
22
import software .xdev .vaadin .maps .leaflet .flow .demo .MultiLayerWithPyramidDemo ;
24
23
import software .xdev .vaadin .maps .leaflet .flow .demo .NotOfThisEarthDemo ;
25
24
import software .xdev .vaadin .maps .leaflet .flow .demo .WatermarkControlDemo ;
25
+ import software .xdev .vaadin .maps .leaflet .flow .demo .plugins .MaplibreGLDemo ;
26
26
27
27
28
28
@ PageTitle ("Leaflet + Vaadin demos" )
@@ -107,7 +107,7 @@ protected void onAttach(final AttachEvent attachEvent)
107
107
),
108
108
new Example (
109
109
MaplibreGLDemo .NAV ,
110
- "MapLibre GL Leaflet" ,
110
+ "Plugin: MapLibre GL Leaflet" ,
111
111
"Showcases how vector tile servers can be used with MapLibre GL Leaflet"
112
112
)
113
113
));
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 ;
2
2
3
3
import com .vaadin .flow .component .orderedlayout .VerticalLayout ;
4
4
import com .vaadin .flow .router .Route ;
You can’t perform that action at this time.
0 commit comments