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

Add mapillary to node detail view #559

Merged
merged 9 commits into from Jan 20, 2017
Merged

Conversation

schultyy
Copy link
Collaborator

Resolves #480

This Pull Request adds Mapillary Street View for the Node Detail View additionally to Google Street View.
It is shown only if there's content available for the given latitude and longitude, otherwise it stays hidden.

Jan Schulte added 7 commits January 13, 2017 15:58
By default the Mapillary content is invisible and only gets shown if it
can provide content.
Note the call to resize after applying the .visible class to the parent
container: This is necessary to ensure that it gets rendered properly.
Without it would be in an invalid state
@@ -6,7 +6,7 @@
config.cache_classes = true

# Full error reports are disabled and caching is turned on
config.consider_all_requests_local = false
config.consider_all_requests_local = true
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this done?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah good catch! I only enabled that to debug some things. This should be set to false obviously.

Copy link
Collaborator

@Hoverbear Hoverbear left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems fine, please see comment though regarding a question.

This was set to true for debugging purposes and was only accidentally
committed.
@schultyy schultyy merged commit f2cc051 into master Jan 20, 2017
@schultyy schultyy deleted the add-mapillary-to-node-detail-view branch January 20, 2017 16:04
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

Successfully merging this pull request may close these issues.

None yet

3 participants