Skip to content
This repository has been archived by the owner on Dec 1, 2020. It is now read-only.
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/angular-esri-map
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.1
Choose a base ref
...
head repository: Esri/angular-esri-map
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 14 commits
  • 22 files changed
  • 3 contributors

Commits on Dec 4, 2015

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    4f78462 View commit details

Commits on Dec 16, 2015

  1. Merge branch 'vector-tile-directive' of https://github.com/snodnipper…

    …/angular-esri-map into snodnipper-vector-tile-directive
    Jacob Wasilkowski committed Dec 16, 2015
    Copy the full SHA
    5e56846 View commit details
  2. found that setting the map's default basemap appears to alleviate the…

    … symptom; also changed: example page layer re-ordering, removed api methods that are not part of the VectorTileLayer, and cleaned up several documentation comments
    Jacob Wasilkowski committed Dec 16, 2015
    Copy the full SHA
    e16c34a View commit details

Commits on Dec 17, 2015

  1. removed the feature layer from the example and made example more simi…

    …lar to JSAPI 3.15 sample page (constructing a map without a basemap or extent option AND adding a feature layer right away may be the culprit)
    Jacob Wasilkowski committed Dec 17, 2015
    Copy the full SHA
    c110956 View commit details
  2. renaming from vector tile basemap to vector tile layer, moved example…

    … page to "Layers" subsection
    Jacob Wasilkowski committed Dec 17, 2015
    Copy the full SHA
    995dbd0 View commit details

Commits on Dec 18, 2015

  1. updated changelog

    Jacob Wasilkowski committed Dec 18, 2015
    Copy the full SHA
    dc2be01 View commit details
  2. update changelog again

    Jacob Wasilkowski committed Dec 18, 2015
    Copy the full SHA
    3b2f2bc View commit details
  3. Merge pull request #182 from Esri/snodnipper-vector-tile-directive

    Snodnipper vector tile directive
    Jacob Wasilkowski committed Dec 18, 2015
    Copy the full SHA
    7417686 View commit details
  4. added vtl test page and e2e spec

    Jacob Wasilkowski committed Dec 18, 2015
    Copy the full SHA
    12e3ce0 View commit details
  5. added vtl construction unit tests

    Jacob Wasilkowski committed Dec 18, 2015
    Copy the full SHA
    e1a0c96 View commit details

Commits on Dec 19, 2015

  1. Merge pull request #185 from Esri/vtl-tests

    Vtl tests
    tomwayson committed Dec 19, 2015
    Copy the full SHA
    2627e16 View commit details
  2. prep for v1.1 release

    tomwayson committed Dec 19, 2015
    Copy the full SHA
    ccb0e72 View commit details
  3. fix typo

    tomwayson committed Dec 19, 2015
    Copy the full SHA
    7d1fd8e View commit details
  4. build 1.1.0

    tomwayson committed Dec 19, 2015
    Copy the full SHA
    1e45fd1 View commit details
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,6 +5,20 @@ This project adheres to [Semantic Versioning](http://semver.org/).

[Upcoming changes][unreleased]

## [v1.1.0]

### Added

Added new esriVectorTileLayer directive along with associated documentation and example page. [#182](https://github.com/Esri/angular-esri-map/pull/182) [#173](https://github.com/Esri/angular-esri-map/pull/173) [@snodnipper](https://github.com/snodnipper)

### Documentation

Modified/updated example page for the esriVectorTileLayer directive. [#177](https://github.com/Esri/angular-esri-map/issues/177)

### Tests

Added unit and functional tests for new vector tile layer directive [#183](https://github.com/Esri/angular-esri-map/issues/183), [#184](https://github.com/Esri/angular-esri-map/issues/184)

## [v1.0.1]

### Changed
@@ -28,7 +42,7 @@ esriLoader defaults to loading JSAPI v3.15. Docs site uses JSAPI v3.15 and Angul

Use calcite for docs pages [#77](https://github.com/Esri/angular-esri-map/issues/77), [#170](https://github.com/Esri/angular-esri-map/issues/170)

Added a left nave to examples page [#98](https://github.com/Esri/angular-esri-map/issues/98)
Added a left nav to examples page [#98](https://github.com/Esri/angular-esri-map/issues/98)

Replaced About page with a Patterns section [#155](https://github.com/Esri/angular-esri-map/issues/155)

@@ -203,7 +217,8 @@ Thank you to @willisd2, @ScottONeal, @thinking-aloud, and @jwasil for their cont
* Initial public release.
* Includes directives for map, features layers, and legend and services to facilitate loading Esri modules and enabling controllers to reference the map object.

[unreleased]: https://github.com/Esri/angular-esri-map/compare/v1.0.1...HEAD
[unreleased]: https://github.com/Esri/angular-esri-map/compare/v1.1.0...HEAD
[v1.1.0]: https://github.com/Esri/angular-esri-map/compare/v1.0.1...v1.1.0
[v1.0.1]: https://github.com/Esri/angular-esri-map/compare/v1.0.0...v1.0.1
[v1.0.0]: https://github.com/Esri/angular-esri-map/compare/v1.0.0-rc.2...v1.0.0
[v1.0.0-rc.2]: https://github.com/Esri/angular-esri-map/compare/v1.0.0-rc.1...v1.0.0-rc.2
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ See the documentation for [examples](http://esri.github.io/angular-esri-map/#exa

### Lazy Loading of the ArcGIS API for JavaScript

If your application only shows a map under certain conditions you may want to lazy load the ArcGIS API for JavaScript. You can do this by calling the `esriLoader.bootstrap()` method. See the [Deferred Map Example page](http://esri.github.io/angular-esri-map/deferred-map.html) for an example of how to do this.
If your application only shows a map under certain conditions you may want to lazy load the ArcGIS API for JavaScript. You can do this by calling the `esriLoader.bootstrap()` method. See the [Lazy Load Patterns page](http://esri.github.io/angular-esri-map/#/patterns/lazy-load) for an example of how to do this.

## Development Instructions

@@ -80,7 +80,12 @@ Make sure you have [Node](http://nodejs.org/) and [Gulp](https://github.com/gul

## Dependencies

These directives and services require, at a minimum, Angular v1.3.0 and the ArcGIS API for JavaScript v3.11. They have been tested on every minor release of each of those libraries since then.
These directives and services require, at a minimum, Angular v1.3.0 and the ArcGIS API for JavaScript v3.12 (though most will work and are tested on v3.11). They have been tested on every minor release of each of those libraries since then. See the compatibility table below for details.

angular-esri-map | Angular | ArcGIS API for JavaScript
--- | --- | ---
v1.0 | v1.3+ | v3.12+
v1.1 | v1.3+ | v3.15+

You will need [Node](http://nodejs.org/) and [Gulp](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md#getting-started) to do local development.

2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-esri-map",
"version": "1.0.1",
"version": "1.1.0",
"homepage": "https://github.com/Esri/angular-esri-map",
"authors": [
"Javier Abadía <javier.abadia@esri.es> (https://github.com/jabadia)",
Loading