MapWindow / MapWinGIS

MapWinGIS.ocx is a FREE and OPEN SOURCE C++ based geographic information system programming ActiveX Control and application programmer interface (API) that can be added to a Windows Form in Visual Basic, C#, Delphi, or other languages that support ActiveX, providing your app with a map. Go to our forum for questions and help:
https://mapwindow.discourse.group/
Mozilla Public License 2.0
270 stars 134 forks source link

Add support to tiles from local filesystem #146

Closed nextfullstorm closed 5 years ago

nextfullstorm commented 5 years ago

BaseProvider modified to allow URLs like "file:///c:\temp\maps{zoom}{x}{y}.ext" and offline tile loading from filesystem without ms4w.

jerryfaust commented 5 years ago

Associated with Jira issue MWGIS-152

jerryfaust commented 5 years ago

@nextfullstorm

Hello. I overlooked that fact that this Pull request was against the 'master' branch rather than the 'develop' branch. We generally submit changes to the 'develop' branch for review and testing, and only submit to the 'master' branch when they are ready for release.

Could you please resubmit your Pull request against the 'develop' branch? and I will then merge it in.

Thank you. Jerry.

jerryfaust commented 4 years ago

I went ahead and submitted the changes to the 'develop' branch and updated MWGIS-152 accordingly.