This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

[closed] How to rotate small image on OSM using MFC

0

How to rotate image(I am using small aircraft) with arbitrary angle on OSM with MFC i.e. VC++.

asked 09 Jun '17, 12:15

Vaibhaw's gravatar image

Vaibhaw
11223
accept rate: 0%

closed 09 Jun '17, 13:37

sleske's gravatar image

sleske
4.1k135678

2

isn't this a question for an MFC or VC++ forum ?

(09 Jun '17, 12:20) escada

The question has been closed for the following reason “Question is off-topic or not relevant” by sleske 09 Jun ‘17, 13:37


One Answer:

2

There isn't a "standard" set of OSM classes for MFC, though people have written some that use OSM tiles, I believe. You're displaying something on top of those tiles, so you'll need to ask the author of the classes that you are using.

This answer is marked "community wiki".

answered 09 Jun '17, 12:45

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866
accept rate: 16%

Source code available on GitHub .