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

feat(server side): add OSM geo data importer #27

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Plyasunkov
Copy link

Was added OSM geo data importer by specified bounding box. Also added HTTP exception and custom enumeration for HTTP status codes.

Was added OSM geo data importer by specified bounding box. Also added HTTP exception and custom enumeration for HTTP status codes.
@VladimirBalun VladimirBalun added the type: feat Pull request type: adding new functionality label May 8, 2019
@VladimirBalun VladimirBalun self-assigned this May 8, 2019
@VladimirBalun VladimirBalun self-requested a review May 9, 2019 05:54
@VladimirBalun
Copy link
Owner

You need fix the following warnings: https://app.codacy.com/app/VladimirBalun/RacingWorld/pullRequest?prid=3557350

import java.io.IOException;

public interface GEOImporter {
/**
Copy link
Owner

Choose a reason for hiding this comment

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

Need to add additional empty line before comment.

@@ -0,0 +1,4 @@
# Server API properties

Copy link
Owner

Choose a reason for hiding this comment

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

Need to remove empty line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feat Pull request type: adding new functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants