-
Notifications
You must be signed in to change notification settings - Fork 2
Implement Geodata parse procedure #43
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
Open
blupine
wants to merge
22
commits into
bbolab:master
Choose a base branch
from
blupine:feat/geodata
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Former-commit-id: 30fe96c9d0397384fc911028c348142bab316339
Former-commit-id: 78072d69bdeccc618716afad36c2074b703ba4b4
Former-commit-id: f178aca4555707b47b3a9e2b401492a422d65db4
Former-commit-id: 4f4ea396d22d1ae1498d5b51ee149ffd377a8e05
Former-commit-id: 8c4fc647f663b2efafb29bdb2a9c027457d0b9d8
will be removed on next commit Former-commit-id: c68671d449d7949089357778635620ef46374297
and remove legacy files Former-commit-id: 9a8aa5438cfa26b5797119447976ac98790083a8
fix heap overflow when updating RegionL3 data by pageable querying Former-commit-id: 9dc01db32748b395d597309186299b0cdd22ee24
Former-commit-id: 3c058af1e75bdcf442cfafe1bdff43f808d13781
implemented gis data file endpoint using static filepath Former-commit-id: 92222a6f59ac239cbc77a8e383607a27df45f6f8
Former-commit-id: 8133e21bdbad4b070c6cf0273c4f09ed208bb08d
Former-commit-id: e69806721552e0b963ae7a60f5209e7c878cc64e
Former-commit-id: 4d01d63ca9567e9d3ea14a2d25e6355ef74ec13c
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
GIS static file로 DB 동기화 구현했습니다.
@sokdak
api.service.gis.endpoint.GisDataFileEndpoint인터페이스로 아래 기능 구현 부탁합니다.+ 현재 데이터 동기화에 사용한 .shp 확장자 shape file들은 github의 업로드 제한(100MB)를 초과하여 제외하고 PR합니다. (테스트 깨지는 이유)