Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requesting Features: overlay for Heat Map, and Hot Spot Map #23

Closed
ghost opened this issue Jul 4, 2016 · 1 comment
Closed

Requesting Features: overlay for Heat Map, and Hot Spot Map #23

ghost opened this issue Jul 4, 2016 · 1 comment

Comments

@ghost
Copy link

ghost commented Jul 4, 2016

Requesting Features: overlay for Heat Map, and Hot Spot Map.
I am work on a project that related to represent map datas as Heat map or Hot spot map by customized the overlay render delegate in MKMap. Currently I am using image for specific region, the problem is the quality of image, if too large the app crush, if too small after zoom in many times the image become blur. It would be great if anyone could help suggest me some options. Thanks.

@andreacremaschi
Copy link
Collaborator

Hi, your issue is not related to GEOSwift, that deals with the model layer, but with the representation layer. You should delve into MKMapView. One way could be to recreate your hot spot map with vectorial overlays instead of using bitmaps, but you can do it if you have access on the data used to generate such map. Good luck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant