11import { Routes } from '@angular/router' ;
22import { ClusterComponent } from './cluster/cluster.component' ;
3- import { BasicComponent } from './basic/basic .component' ;
3+ import { SimpleComponent } from './simple/simple .component' ;
44import { RasterComponent } from './raster/raster.component' ;
55import { ExamplesListComponent } from './examples-list/examples-list.component' ;
66import { ExamplesItemComponent } from './examples-item/examples-item.component' ;
77import { MapPositionComponent } from './map-position/map-position.component' ;
88import { CursorPositionComponent } from './cursor-position/cursor-position.component' ;
99import { DisplayGeometryComponent } from './display-geometry/display-geometry.component' ;
1010import { DisplayGeojsonSourceComponent } from './display-geojson-source/display-geojson-source.component' ;
11- import { DrawPolygonComponent } from './draw-polygon /draw-polygon .component' ;
11+ import { DrawFeaturesComponent } from './draw-features /draw-features .component' ;
1212import { ModifyPolygonComponent } from './modify-polygon/modify-polygon.component' ;
1313import { SideBySideComponent } from './side-by-side/side-by-side.component' ;
1414import { SwipeComponent } from './swipe/swipe.component' ;
@@ -31,12 +31,12 @@ export const routes: Routes = [
3131 path : 'examples' ,
3232 component : ExamplesItemComponent ,
3333 children : [
34- { path : 'basic ' , component : BasicComponent } ,
34+ { path : 'simple ' , component : SimpleComponent } ,
3535 { path : 'map-position' , component : MapPositionComponent } ,
3636 { path : 'cursor-position' , component : CursorPositionComponent } ,
3737 { path : 'display-geometry' , component : DisplayGeometryComponent } ,
3838 { path : 'display-geojson-source' , component : DisplayGeojsonSourceComponent } ,
39- { path : 'draw-polygon ' , component : DrawPolygonComponent } ,
39+ { path : 'draw-features ' , component : DrawFeaturesComponent } ,
4040 { path : 'modify-polygon' , component : ModifyPolygonComponent } ,
4141 { path : 'side-by-side' , component : SideBySideComponent } ,
4242 { path : 'swipe' , component : SwipeComponent } ,
0 commit comments