-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Improve readme and doc #49
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #49 +/- ##
==========================================
- Coverage 89.83% 88.60% -1.23%
==========================================
Files 13 13
Lines 305 316 +11
==========================================
+ Hits 274 280 +6
- Misses 31 36 +5 ☔ View full report in Codecov by Sentry. |
README.md
Outdated
class CityCentroidVectorLayer(VectorLayer): | ||
queryset = City.objects.annotate( | ||
centroid=Centroid("geom"), # compute the city centroïd | ||
area=Area("geom"), # compute the city centroïd |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
copy-paste left-over, should be "compute the city area"
No description provided.