Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Esri/esri-leaflet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.4
Choose a base ref
...
head repository: Esri/esri-leaflet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.3.0
Choose a head ref
  • 19 commits
  • 14 files changed
  • 9 contributors

Commits on Oct 6, 2017

  1. use zoom level 22 as default maxZoom for World Imagery

    instead of artificially capping the zoom for World Imagery at 19,
    interrogate the esri tilemap when zooming begins to see whether all tiles
    in an 8x8 grid at the next zoom level are present.
    
    if they aren't, use leaflet's new built in option to downsample the existing tiles.
    jgravois committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    5fdefc0 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Configuration menu
    Copy the full SHA
    9eaf4dd View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Fire loading event before export request

    Applies both to DynamicMapLayer and ImageMapLayer
    ogix authored Mar 28, 2019
    Configuration menu
    Copy the full SHA
    439429b View commit details
    Browse the repository at this point in the history
  2. Remove trailing spaces

    ogix authored Mar 28, 2019
    Configuration menu
    Copy the full SHA
    57e9231 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1147 from ogix/loading-event-fix

    Fire loading event before export request
    john gravois authored Mar 28, 2019
    Configuration menu
    Copy the full SHA
    bcd44fb View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Configuration menu
    Copy the full SHA
    bf0b880 View commit details
    Browse the repository at this point in the history
  2. bump to karma@4

    jgravois committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    24b77c4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1149 from pmacMaps/update-license

    update license to credit projects
    john gravois authored Apr 12, 2019
    Configuration menu
    Copy the full SHA
    f99692c View commit details
    Browse the repository at this point in the history

Commits on May 11, 2019

  1. Merge pull request #1011 from Esri/tilemap

    dynamically resample Esri World Imagery
    jgravois authored May 11, 2019
    Configuration menu
    Copy the full SHA
    1cbf896 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2019

  1. Configuration menu
    Copy the full SHA
    e667eb0 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. updating warning message

    gavinr-maps committed May 28, 2019
    Configuration menu
    Copy the full SHA
    1878a11 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1152 from gavinr/setTimeRange-warn

    added warning if setTimeRange() is called without a `timeField`
    gavinr authored May 28, 2019
    Configuration menu
    Copy the full SHA
    adedb89 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Update FeatureLayer.js

    Test if feature is within time range before any addLayer call.
    pjbiogit authored Jul 11, 2019
    Configuration menu
    Copy the full SHA
    61161d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2019

  1. Configuration menu
    Copy the full SHA
    7151173 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2019

  1. Merge pull request #1157 from pjbiogit/pjbiogit-patch-1

    Test time range on features before adding to map
    gavinr authored Jul 15, 2019
    Configuration menu
    Copy the full SHA
    482c6ee View commit details
    Browse the repository at this point in the history
  2. update dependencies

    gavinr-maps committed Jul 15, 2019
    Configuration menu
    Copy the full SHA
    e4d79c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Merge pull request #1162 from gavinr/update-dependencies

    update dependencies
    patrickarlt authored Jul 17, 2019
    Configuration menu
    Copy the full SHA
    6593dc0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1159 from jgravois/patch-1

    swap in 'esri-oss' as the recommended stack overflow tag
    patrickarlt authored Jul 17, 2019
    Configuration menu
    Copy the full SHA
    b5801c0 View commit details
    Browse the repository at this point in the history
  3. build 2.3.0

    gavinr-maps committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    ffa93c7 View commit details
    Browse the repository at this point in the history
Loading