Skip to content

Commit

Permalink
multiroute fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dkxce authored Jan 14, 2022
1 parent de46fc2 commit 2743fc2
Show file tree
Hide file tree
Showing 7 changed files with 531 additions and 6 deletions.
10 changes: 10 additions & 0 deletions KMZViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@
</Compile>
<Compile Include="LatLonParser.cs" />
<Compile Include="MruList.cs" />
<Compile Include="MultiPointRouteForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="MultiPointRouteForm.designer.cs">
<DependentUpon>MultiPointRouteForm.cs</DependentUpon>
</Compile>
<Compile Include="NavitelGDB.cs" />
<Compile Include="PolyLineBufferSimp.cs" />
<Compile Include="ProcessingForm.cs">
Expand All @@ -99,6 +105,10 @@
<DependentUpon>KMZViewerForm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="MultiPointRouteForm.resx">
<DependentUpon>MultiPointRouteForm.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="ProcessingForm.resx">
<SubType>Designer</SubType>
<DependentUpon>ProcessingForm.cs</DependentUpon>
Expand Down
Binary file modified KMZViewerForm.cs
Binary file not shown.
22 changes: 16 additions & 6 deletions KMZViewerForm.designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

206 changes: 206 additions & 0 deletions MultiPointRouteForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 2743fc2

Please sign in to comment.