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

GeoJSON to flat binary arrays #690

Merged
merged 27 commits into from
Mar 19, 2020
Merged

Commits on Mar 14, 2020

  1. Start of scaffolding

    Kyle Barron committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    db62dad View commit details
    Browse the repository at this point in the history
  2. WIP LineString support

    Kyle Barron committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    5212c2b View commit details
    Browse the repository at this point in the history
  3. WIP Polygon support

    Kyle Barron committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    cb0632e View commit details
    Browse the repository at this point in the history
  4. WIP Point support

    Kyle Barron committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    66bd8a6 View commit details
    Browse the repository at this point in the history
  5. Cleanup; var => const

    Kyle Barron committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    e9835ef View commit details
    Browse the repository at this point in the history
  6. Add option for Float64 positions

    Kyle Barron committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    47e1183 View commit details
    Browse the repository at this point in the history
  7. Detect 3D coordinates

    Kyle Barron committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    68299f6 View commit details
    Browse the repository at this point in the history
  8. Extra scaffolding

    Kyle Barron committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    7865716 View commit details
    Browse the repository at this point in the history
  9. Remove comment

    Kyle Barron committed Mar 14, 2020
    Configuration menu
    Copy the full SHA
    39f0fa0 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2020

  1. Remove scripts from package.json

    Kyle Barron committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    8044a7d View commit details
    Browse the repository at this point in the history
  2. forEach -> for loop

    Kyle Barron committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    7af35d6 View commit details
    Browse the repository at this point in the history
  3. Use positional arguments for inner functions

    Kyle Barron committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    c8c0d8d View commit details
    Browse the repository at this point in the history
  4. Disable eslint complexity and max-depth

    Kyle Barron committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    3111cad View commit details
    Browse the repository at this point in the history
  5. Add header comments

    Kyle Barron committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    5442b97 View commit details
    Browse the repository at this point in the history
  6. Add docs

    Kyle Barron committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    9502a58 View commit details
    Browse the repository at this point in the history
  7. Wrap return objects in accessor objects

    Kyle Barron committed Mar 16, 2020
    Configuration menu
    Copy the full SHA
    28a9d9d View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Fix iteration

    Kyle Barron committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    a7731c6 View commit details
    Browse the repository at this point in the history
  2. Sample test

    Kyle Barron committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    cd12f40 View commit details
    Browse the repository at this point in the history
  3. Failing test

    Kyle Barron committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    3c18914 View commit details
    Browse the repository at this point in the history
  4. Rename index -> indexMap

    Kyle Barron committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    d73841f View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2020

  1. Use vertex number for path/polygon index

    Kyle Barron committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    a421188 View commit details
    Browse the repository at this point in the history
  2. Fix primitivePolygonIndices calculation

    Kyle Barron committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    9ceaded View commit details
    Browse the repository at this point in the history
  3. Add tests

    Kyle Barron committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    5d7fbd1 View commit details
    Browse the repository at this point in the history
  4. Add 3D coordinates test

    Kyle Barron committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    1e92d60 View commit details
    Browse the repository at this point in the history
  5. Add comment to test

    Kyle Barron committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    06bf3dc View commit details
    Browse the repository at this point in the history
  6. Fix tests

    Kyle Barron committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    36e06ad View commit details
    Browse the repository at this point in the history
  7. Helper function to flatten coords

    Kyle Barron committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    daa2281 View commit details
    Browse the repository at this point in the history