Create a simple ImageLayer of a given color #2297
Unanswered
sebalaig
asked this question in
Support Q&A
Replies: 1 comment 2 replies
-
Can you show your layer's class definition please? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to create a uniform ImageLayer of a given color.

I tried by overriding createImageImplementation(const TileKey&, ProgressCallback* progress) but it crashes in
TileLayer::openImplementation()
while inserting layer. It looks like it is because the layer option is not defined properly, here is the call stask :I do not know how to do that.
Could you help me please ? Thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions