ClemensFischer / XAML-Map-Control

XAML Map Control Library
Microsoft Public License
205 stars 61 forks source link

Orthographic Projection #20

Closed TheLastAirsickLowlander closed 6 years ago

TheLastAirsickLowlander commented 6 years ago

Hey, I was playing with your project and it has been a very awesome experience. The work you have done here is brilliant.

While playing around with the control I have noticed that you have have the orthographic projection working. However none of the tileservers that you have put in by default, or that I have added in will work with that projection. Do you know where I can find images that will work for that projection? I am sorry if this bothersome but my googlep-fu is letting me down right now.

Thanks

Matt

ClemensFischer commented 6 years ago

Hi Matt, I've never seen any tile server that uses a different projection than (web) mercator. Even if there were any, XAML Map Control wouldn't work with it. The MapTileLayer class makes some projection-specific assumptions about the tile layering scheme.