mapbox / MapboxStatic.swift

Static map snapshots with overlays in Swift or Objective-C on iOS, macOS, tvOS, and watchOS
https://www.mapbox.com/api-documentation/?language=Swift#static
Other
188 stars 31 forks source link

Marker overlays must be png, jpg, or webp #103

Open kunass2 opened 4 years ago

kunass2 commented 4 years ago

What is wrong with my Overlay? Here is example url I attach to my CustomOverlay:

http://texttopng.azurewebsites.net/Home/TextToPng?text=48

And here is related stack overflow question:

https://stackoverflow.com/questions/59718486/marker-overlays-must-be-png-jpg-or-webp-while-using-mapboxstatic-api

It worked before, now it stopped working. Why?