MapSuite Team,
The following line of code results in a warning:
TheLayer.ZoomLevelSet.ZoomLevel01.CustomStyles.Add(LineStyles.LocalRoad1);
It makes reference to WorldStreetsLineStyles. Where can I find this static class?
Thanks,
Dennis
MapSuite Team,
The following line of code results in a warning:
TheLayer.ZoomLevelSet.ZoomLevel01.CustomStyles.Add(LineStyles.LocalRoad1);
It makes reference to WorldStreetsLineStyles. Where can I find this static class?
Thanks,
Dennis
Hi Dennis,
You can just keep use LineStyles.LocalRoad1 in V10.
The WorldStreetsLineStyles is a new class which contains the new styles, you can download this package: ThinkGeo.MapSuite.Styles.WorldStreets and add “using ThinkGeo.MapSuite.Styles”.
Wish that’s helpful.
Regards,
Ethan