<div dir="ltr">Hello everyone.!<div>Good morning.</div><div><br></div><div>I'm Choi and I'm Korean.</div><div>I'm trying to load and manage a map.</div><div><br></div><div>1. I found mapwingis for C#</div><div><br></div><div>2. I found video for sample</div><div>    <a href="https://www.youtube.com/watch?v=mBu9XgrfZfM">https://www.youtube.com/watch?v=mBu9XgrfZfM</a></div><div>    In this video, he gets map images with SAS.planet program and supplies maps with ms4w.<br></div><div>    After, he loaded the maps in C# project with axmap.<br></div><div><div><br></div></div><div>3. I did the sample and it works well.</div><div><br></div><div><div><div>4. It will take about 200 days to get 20 level's maps with SAS.planet program for some area)</div></div><div><br></div></div><div>5. So, I got new maps about 4TB from <a href="https://www.ngii.go.kr/">https://www.ngii.go.kr/</a> is Korea's National Geographic Information Institute</div><div><div><div><br></div></div></div><div>6. But, I failed to load the new map in sample c# project</div><div>    </div><div>    // Source code used in video C# project</div><div>    providers.Add(providerid, "map", "<a href="http://127.0.0.1/map/z{zoom}/">http://127.0.0.1/map/z{zoom}/</a><font color="#0000ff"><b>{y}/{x}</b></font>.png", tkTileProjection.SphericalMercator, 0, 13);</div><div><br></div><div>    // Modified Source code<br>    providers.Add(providerid, "map", "<a href="http://127.0.0.1/map1/z{zoom}/">http://127.0.0.1/map1/z{zoom}/</a><font color="#ff0000"><b>{x}/{y}</b></font>.png", tkTileProjection.SphericalMercator, 0, 13);<br></div><div><br></div><div><br></div><div>7. After I found some differences.</div><div><br></div><div>    - Sample's map is Google map based EPSG:4326 and file's array is {zoom}{y}{x} and image's size 256*256 pixels</div><div><br></div><div>    - But my new maps are based EPSG:5179 and files array is {zoom}[x]{y} and image's size </div><div>512*512 pixels</div><div><br></div><div>If someone knows the way to load my new maps with ms4w</div><div>Please, let me know.</div><div><br></div><div>Thank you!</div><div><br></div><div>Best regards</div><div>Choi.</div><div><br></div><div><br></div><div><br></div></div>