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

remove some WFS refs #1385

Closed
wants to merge 44 commits into from
Closed

remove some WFS refs #1385

wants to merge 44 commits into from

Commits on Dec 22, 2022

  1. remove some WFS refs

    #1363 WIP
    lvdbrink committed Dec 22, 2022
    Configuration menu
    Copy the full SHA
    b74d64a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Rewrite BP12

    remove difference between generalized OGC APIs and bespoke APIs; remove examples of OGC API on top of WFS
    lvdbrink committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    b5acc50 View commit details
    Browse the repository at this point in the history
  2. remove ref to closed issue

    lvdbrink committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    f5b955d View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Update index.html

    Added parsing - node objects
    Added CSS extensions - intro & example
    Bug fixed Respec group
    rjksmith authored and lvdbrink committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    a97e18c View commit details
    Browse the repository at this point in the history
  2. Update index.html

    Added parsing and rendering chapter layouts without algorithms
    Added file and block parsing algorithms
    Added privacy and security consideration including location
    rjksmith authored and lvdbrink committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    167cb3f View commit details
    Browse the repository at this point in the history
  3. Update index.html

    Added algorithm for map settings parser
    Added algorithm for media settings parser
    Added algorithm for cue timings parser
    Added algorithm for timestamp collection
    rjksmith authored and lvdbrink committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    6f4ed0b View commit details
    Browse the repository at this point in the history
  4. Update index.html

    Added cue text parsing rules
    Added JSON text collection algorithms
    rjksmith authored and lvdbrink committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    ed00c94 View commit details
    Browse the repository at this point in the history
  5. Update WebVMT ED

    Added processing model & pseudo-elements
    Renamed stroke-color to stroke
    Added sync data to WebVMT commands
    rjksmith authored and lvdbrink committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    19c3642 View commit details
    Browse the repository at this point in the history
  6. Update index.html

    Changed examples from ::cue-map to ::cue
    Commented out ::cue-map section
    Refactored obtain CSS boxes algorithm
    Added text track map definition & identifier
    Added references for HTML elements
    Added path & zone objects
    Reformatted CSS invalid cascade example
    rjksmith authored and lvdbrink committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    3b558ea View commit details
    Browse the repository at this point in the history
  7. Update index.html

    Changes related to #1297
    
    Some DCAT -> DCAT2 changes had already been made
    
    Should we remove DCAT1 from the informative references? If so, should we then re-use the id/link VOCAB-DCAT to mean DCAT2?
    PeterParslow authored and lvdbrink committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    b8f7e46 View commit details
    Browse the repository at this point in the history
  8. Remove reference to issue #1084

    I believe we have now dealt with this. I suggest also closing #1084
    PeterParslow authored and lvdbrink committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    ac87bd7 View commit details
    Browse the repository at this point in the history
  9. Remove Editors note about missing namespace

    Because someone has already added them, so the note was no longer true.
    PeterParslow authored and lvdbrink committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    691ba95 View commit details
    Browse the repository at this point in the history
  10. Update editors & contributors

    Added Timo as an editors in this version, and Iza as a contributor.
    PeterParslow authored and lvdbrink committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    5920a51 View commit details
    Browse the repository at this point in the history
  11. Added orcid for Timo Homburg

    situx authored and lvdbrink committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    388f82e View commit details
    Browse the repository at this point in the history
  12. Replace vector example shapefile with geopackage

    Use open standard example
    KoalaGeo authored and lvdbrink committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    0cbc407 View commit details
    Browse the repository at this point in the history
  13. Add geopackage reference

    KoalaGeo authored and lvdbrink committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    0eb0cc4 View commit details
    Browse the repository at this point in the history
  14. Use references for geopackage

    KoalaGeo authored and lvdbrink committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    1c440c7 View commit details
    Browse the repository at this point in the history
  15. fix bpconfig typo

    situx authored and lvdbrink committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    bd07c50 View commit details
    Browse the repository at this point in the history
  16. Update description of "dynamic & large datasets"

    An update on this "gap" with several emerging approaches. See #1356
    PeterParslow authored and lvdbrink committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    6c20ec4 View commit details
    Browse the repository at this point in the history
  17. Update bpconfig.js

    Add bibliographic references for OGC API - EDR, Zarr, COG
    PeterParslow authored and lvdbrink committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    9444915 View commit details
    Browse the repository at this point in the history
  18. Update index.html

    Zarr & COG both still under consideration at OGC
    PeterParslow authored and lvdbrink committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    b3e4451 View commit details
    Browse the repository at this point in the history
  19. update coverages section

    add examples
    lvdbrink committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    08b5f53 View commit details
    Browse the repository at this point in the history
  20. Updated WebVMT Editor's Draft

    Refactored cue-map to cue pseudo-element
    Refactored attribute selector example
    Added text track map default value & removed id
    Refactored zones to add zone id
    Refactored map interface object
    Refactored text & data objects
    Refactored collect timestamp
    Added media metadata to parser
    Added zone & path node objects for CSS
    Added attribute values for CSS
    Removed background box for CSS
    Added IANA section
    Added conformance section
    rjksmith authored and lvdbrink committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    a104b43 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    84b0f71 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Update index.html

    situx authored and lvdbrink committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    3867f8f View commit details
    Browse the repository at this point in the history
  2. Issue 1118 has already been solved

    situx authored and lvdbrink committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    e647a80 View commit details
    Browse the repository at this point in the history
  3. Update index.html

    situx authored and lvdbrink committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    f4eb531 View commit details
    Browse the repository at this point in the history
  4. Added GeoPose section

    situx authored and lvdbrink committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    f06be5f View commit details
    Browse the repository at this point in the history
  5. Update index.html

    situx authored and lvdbrink committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    782ba59 View commit details
    Browse the repository at this point in the history
  6. Add section on MapML to emerging technologies section

    prushfor authored and lvdbrink committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    943b132 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1683598 View commit details
    Browse the repository at this point in the history
  8. Updated WebVMT Editor's Draft

    Corrected formatting error
    rjksmith authored and lvdbrink committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    5841982 View commit details
    Browse the repository at this point in the history
  9. Updated WebVMT Editor's Draft

    Removed rendering chapter
    Removed cue text parsing
    rjksmith authored and lvdbrink committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    499de66 View commit details
    Browse the repository at this point in the history
  10. Updated WebVMT ED

    Removed redundant comments
    rjksmith authored and lvdbrink committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    da09d1f View commit details
    Browse the repository at this point in the history
  11. Updated WebVMT Draft Note

    Reviewed document prior to SWG submission
    Added WebVMT zone attribute
    Added CSS cascade example
    Refactored planned interfaces
    Removed fastest lap use case
    Refactored internal references
    Corrected formatting errors & external references
    rjksmith authored and lvdbrink committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    d56ffd6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4e96686 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e440fc4 View commit details
    Browse the repository at this point in the history
  14. Updated WebVMT Draft Note

    Refactored commands to kebab case
    rjksmith authored and lvdbrink committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    9ac9972 View commit details
    Browse the repository at this point in the history
  15. Update index.html

    situx authored and lvdbrink committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    f5cca8a View commit details
    Browse the repository at this point in the history
  16. Update index.html

    situx authored and lvdbrink committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    5361084 View commit details
    Browse the repository at this point in the history
  17. Update index.html

    situx authored and lvdbrink committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    8e23538 View commit details
    Browse the repository at this point in the history
  18. Review of new BP Spatial data validation

    Propose re-wording lines 3419-3421 and 3425
    Minor changes elsewhere (e.g. closing HTML paragraphs)
    PeterParslow authored and lvdbrink committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    b21c611 View commit details
    Browse the repository at this point in the history
  19. Update OS Names API implementation report

    OS Names API documentation has moved
    Current editors draft introduces a new BP 13, so old BP 13 and on are re-numbered.
    OS Names API partly conforms to new BP 15 (old BP 14)
    PeterParslow authored and lvdbrink committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    cc184f3 View commit details
    Browse the repository at this point in the history
  20. add missing text

    some of the deleted text was deleted by accident
    lvdbrink committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    b2a77b5 View commit details
    Browse the repository at this point in the history