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

Remove crs (custom map projection) feature to match standard #124

Merged
merged 1 commit into from
Apr 24, 2019

Conversation

rayrrr
Copy link
Member

@rayrrr rayrrr commented Apr 24, 2019

Fix for #97

  • Remove crs class and references. All GeoJSON files must be in the WGS84 datum.

@codecov
Copy link

codecov bot commented Apr 24, 2019

Codecov Report

Merging #124 into master will increase coverage by 1.28%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #124      +/-   ##
==========================================
+ Coverage   92.64%   93.93%   +1.28%     
==========================================
  Files          11       10       -1     
  Lines         367      346      -21     
  Branches       70       69       -1     
==========================================
- Hits          340      325      -15     
+ Misses         17       13       -4     
+ Partials       10        8       -2
Impacted Files Coverage Δ
geojson/factory.py 100% <ø> (ø) ⬆️
geojson/geometry.py 100% <100%> (+2.29%) ⬆️
geojson/utils.py 83.8% <0%> (+1.9%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 450ea7d...00aed95. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Apr 24, 2019

Codecov Report

Merging #124 into master will increase coverage by 1.28%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #124      +/-   ##
==========================================
+ Coverage   92.64%   93.93%   +1.28%     
==========================================
  Files          11       10       -1     
  Lines         367      346      -21     
  Branches       70       69       -1     
==========================================
- Hits          340      325      -15     
+ Misses         17       13       -4     
+ Partials       10        8       -2
Impacted Files Coverage Δ
geojson/factory.py 100% <ø> (ø) ⬆️
geojson/geometry.py 100% <100%> (+2.29%) ⬆️
geojson/utils.py 83.8% <0%> (+1.9%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 450ea7d...00aed95. Read the comment docs.

@auvipy auvipy merged commit 14abb31 into master Apr 24, 2019
@auvipy auvipy deleted the remove-invalid-crs-projections-feature branch April 24, 2019 02:14
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.

2 participants