From flask to emmett #373
Answered
by
josejachuf
josejachuf
asked this question in
Q&A
-
Hello, in Flask:
In Emmett I made this:
It's right? Best Regards |
Beta Was this translation helpful? Give feedback.
Answered by
josejachuf
Aug 6, 2021
Replies: 2 comments 4 replies
-
@josejachuf it depends. Are you trying to serve a file? a stream of binary data? |
Beta Was this translation helpful? Give feedback.
1 reply
-
tile is bytes type (<class 'bytes'>) In Flask this works fine
in emmett I made this:
This returns a bytes too, but the maps viewer shows an error and does not render the map |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
josejachuf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tile is bytes type (<class 'bytes'>) In Flask this works fine
in emmett I made this:
This returns a bytes too, but the maps viewer shows an error and does not render the map