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

Postgis 3 #1303

Merged
merged 17 commits into from
Mar 19, 2020
Merged

Postgis 3 #1303

merged 17 commits into from
Mar 19, 2020

Commits on Mar 16, 2020

  1. add github actions

    etiennebr committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    304e7b0 View commit details
    Browse the repository at this point in the history
  2. use default cran for bionic

    because rgdal is not available from bionic apparently
    etiennebr committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    b7d47c3 View commit details
    Browse the repository at this point in the history
  3. add builds

    etiennebr committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    4084b38 View commit details
    Browse the repository at this point in the history
  4. rgdal requires R >= 3.6

    etiennebr committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    fdb4381 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    914326d View commit details
    Browse the repository at this point in the history
  6. ignore windows for now

    configure.ac creates a LF warning and this makes the check fail
    etiennebr committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    4db2712 View commit details
    Browse the repository at this point in the history
  7. test linux only

    etiennebr committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    8db88f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    21d3819 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    225fc0c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e983ff9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    044a626 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6909d6d View commit details
    Browse the repository at this point in the history
  13. resolve synchronisation of srid

    This is the order in which srid is synchronised:
    - search for srid match
    - search for wkt match
    - create a new srid in the database (using the wkt)
    etiennebr committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    54d59ec View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. allow to write EWKB with unavailable SRID

    This allows to use a remote srid (e.g. from a database)
    etiennebr committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    fab1221 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efc7167 View commit details
    Browse the repository at this point in the history
  3. skip RpostgreSQL tests

    etiennebr committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    317c351 View commit details
    Browse the repository at this point in the history
  4. fix doc and typo

    etiennebr committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    55f6ee9 View commit details
    Browse the repository at this point in the history