![]() | Steema Issues DatabaseNote: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;otherwise you can use StackOverflow. Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy. |
| Summary: | Maps demo LoadMap() path throws error if above a certain length. | ||
|---|---|---|---|
| Product: | .NET TeeChart | Reporter: | christopher ireland <chris> |
| Component: | Examples Demos | Assignee: | Steema Issue Manager <issuemanager> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | minor | CC: | marc |
| Priority: | --- | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows | ||
| Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: | |
|
Description
christopher ireland
2015-09-24 04:58:06 EDT
The demo seems to try to change the path when not necessary. eg. arrives at SHP. cs Loadmap as: "D:\\Program files\\Steema Software\\Steema TeeChart for .NET 2015 4.1.2015.08060\\Examples\\MapProject\\Maps\\ne_50m_urban_areas.shp" SHP.cs line 188 tries to modify the path: string tmpName = replaceFilePath(FileName, ".shp"); resulting in the following tmpName: "D:\\Program files\\Steema Software\\Steema TeeChart for .NET 2015 4.1.2015.08060\\Examples\\MapProject\\bin\\Debug\\.\\Styles\\Maps\\D:\\Program files\\Steema Software\\Steema TeeChart for .shp" "Steema TeeChart for .shp" is an invalid name. |