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

proj6 #269

Merged
merged 38 commits into from
Feb 22, 2024
Merged

proj6 #269

merged 38 commits into from
Feb 22, 2024

Conversation

artemp
Copy link
Member

@artemp artemp commented Feb 24, 2023

Update to use >= proj6 APIs

artemp added 30 commits January 23, 2023 09:52
```
>>> import mapnik
>>> sym = mapnik.PolygonSymbolizer()
>>> sym.keys()
[]
>>> sym.fill = mapnik.Color("skyblue")
>>> sym.fill_opacity = 0.7
>>> sym.keys()
['fill', 'fill-opacity']

```
…is 4 bytes!) + Unit tests (shapefile, render_grid)
setup.py - use pkg_config to setup 'cairo' paths + bump min macOS to 13
@artemp artemp requested a review from mathisloge February 24, 2023 16:49
@artemp artemp self-assigned this Feb 24, 2023
@artemp artemp added the pytest Unit tests label Feb 24, 2023
@artemp
Copy link
Member Author

artemp commented Feb 24, 2023

@mathisloge - could you try running pytest on Windows?

@mathisloge
Copy link
Collaborator

@artemp hey, i'll try this out in a few days 👍 Currently I'm not having that much time 😞

@craigds
Copy link

craigds commented Apr 13, 2023

how does this PR relate to #262?

@artemp artemp merged commit 5ab32f0 into master Feb 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pytest Unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants