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

Georeferencer does not show data from Mapanalyst #48

Open
dudaerich opened this issue Aug 25, 2015 · 2 comments
Open

Georeferencer does not show data from Mapanalyst #48

dudaerich opened this issue Aug 25, 2015 · 2 comments
Assignees
Labels

Comments

@dudaerich
Copy link
Collaborator

The issue is related to the map http://mzk.georeferencer.cz/map/TYLkkhwsnT9fcM5qGaz1KR/201508250648-Qgw3U9/accuracy

Mapanalyst responds to the map longer than usually and Georeferencer shows nothing. Maybe it is some timeout issue.

@klokan
Copy link
Collaborator

klokan commented Aug 25, 2015

Not much what we could do on the client side - the browser time-out is set automatically for JSONP requests. If we request again it will very probably timeout again.

To solution for this problem is probably configuration of a cache on the server side - repeated requests should be served from cache - instead of again and again calculated dynamically. The URL is unique and cannot change.

Request like:
http://mapanalyst.georeferencer.org/?url=TYLkkhwsnT9fcM5qGaz1KR%2F201508250648-Qgw3U9&version=3&format=jsonp&callback=_callbacks_._0idreennp

Should be for second time very fast.

@klokan klokan assigned dudaerich and unassigned klokan Aug 25, 2015
@klokan
Copy link
Collaborator

klokan commented Aug 25, 2015

BTW The cache should ignore the callback parameter.

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

No branches or pull requests

2 participants