Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Port line-sort-key and fill-sort-key #15839

Merged
merged 4 commits into from
Dec 17, 2019
Merged

Commits on Dec 17, 2019

  1. [core] Enable 'line-sort-key' and 'fill-sort-key' layout properties (#…

    …15839)
    
    - Generate style code for 'line-sort-key' and 'symbol-sort-key'
    
    - Add new layout properties to FillLayer::Impl, FillBucket, and FillLayerFactory
    
    - Fix consistency of paint and layout properties type alias usage in FillBucket, LineBucket
    
    - Add optional feature sorting to fill and line Layout creation
    
    - Enable node render tests for fill-sort-key and line-sort-key
    
    - Fix FillBucket test construction
    
    - Prefer emplace_back to push_back for PatternFeature container
    
    - Fix buggy static_cast for PatternFeature indices
    
    - Maintain sort of features as they are created
    
    - Switch pattern layout features container to list from vector for better insert performance
    
    - Fix formatting expected by sanity check
    
    - Use subclass PatternLayoutSorted to work around lack of template functions
    
    - Fix to retain source order for features with equivalent sort keys during sorting
    
    - [core] Fix clang-format
    
    - [core] Address review comments
    
    - [core] Pass inserting strategy class at compile time
    
    - [core] Use sorted strategy only if sort key is defined in layout
    
    - [core] Update style generator
    
    - [core] Merge PatternLayout and PatternLayoutSorted classes
    
      - Use static methods for inserter strategies
      - Merge PatternLayout and PatternLayoutSorted classes
    ahk authored and alexshalamov committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    13aa2e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b36c03a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2d080a View commit details
    Browse the repository at this point in the history
  4. [core] Update changelog

    alexshalamov committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    1f266b4 View commit details
    Browse the repository at this point in the history