Quantcast
Channel: GMap.NET - Great Maps for Windows Forms & Presentation
Viewing all articles
Browse latest Browse all 3384

New Post: Extending maps

$
0
0
Changes to DrawTile.cs

    public bool Equals(DrawTile other)
    {
#if JpContinuousMap
      // Add extra test to allow copies to the side of the map
      return ((PosXY == other.PosXY) && (PosPixel == other.PosPixel));
#else // JpContinuousMap
      return (PosXY == other.PosXY);
#endif // JpContinuousMap
    }

Viewing all articles
Browse latest Browse all 3384


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>