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

Create GeoJSON serializer #830

Merged
merged 11 commits into from
Sep 28, 2021
Merged

Create GeoJSON serializer #830

merged 11 commits into from
Sep 28, 2021

Commits on Sep 22, 2021

  1. Create geojson serializer

    JosiahParry committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    d7f4410 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37b2a85 View commit details
    Browse the repository at this point in the history
  3. update serializers doc

    JosiahParry committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    fb453e9 View commit details
    Browse the repository at this point in the history
  4. add Josiah as contributor

    JosiahParry committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    bc58baf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9540c7a View commit details
    Browse the repository at this point in the history
  6. add geojsonsf to suggests

    JosiahParry committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    3ac0b81 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    0a3a38c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86ccb40 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e93cd9 View commit details
    Browse the repository at this point in the history
  4. include namespace on geojson_sf call in tests

    Pass a non valid geojson value to the serializer.
    JosiahParry committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    d880abf View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Address requested changes in rstudio#830.

    - Update namespace w/ devtools::document()
    - Update news under "New features"
    - Move check for `geojsonsf` package to top of function
    - Add `application/vdn.geo+json` as valid content type
    JosiahParry committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    202537c View commit details
    Browse the repository at this point in the history