• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

boundlessgeo / sdk / 1467
95%
master: 96%

Build:
Build:
LAST BUILD BRANCH: v2.3.0
DEFAULT BRANCH: master
Ran 08 Aug 2017 09:56AM UTC
Jobs 1
Files 14
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1467

push

travis-ci

wnordmann
New Measure tool! (#584)

Added measure tool.

1. Added new "measure:XXX" type interactions which will
   start an interaction for drawing.
2. Added new actions/reducer support for setting and clearing
   a measured feature.
3. Updated the drawing example to include measure tools:
   a. The measure tools themselves are now availabe in the tool dropdown.
   b. Created a new MeasureTable component in the drawing example
      that renders the results of a measure tool.

Added tests for the measuring tools

1. Added tests to the measure tool.
2. Created an alias for starting a measuretool, added a
   test for that.
3. Fixed undefined/corner-cases found during testing.

Building new example

Fixing build for featretable appFixing build for featretable appFixing build for featretable appFixing build for featretable appFixing build for featretable appFixing build for featretable appFixing build for featretable appFixing build for featretable appFixing build for featretable app

starting base

added index.html to apps.
created a _src to house working code to create a base to make this app deployable.

Base - boilerplate added

added partials for example app

added files to git ignore

updated git ignore

Adding in css

added readme and sample styles

fixed to get the app to work..

Building out sample app

created webpack config added
watch task to package.json to test the dist generation

finished the build for app

Dynamically adding in data

adjusted asset to be more flexable.
correctly processed scss into one file

updated sdk.css to sdk.scss

Working with loading in features

updated webpack config to output CSS correctly

swapped sdk and app reference

Adding in dynamic polygon addition

removed sample app

finished removing app

Adding in some style

Adding in data file

fixed config

Adjusting styleing on popup

added doctype

Adding popup.css

Adding stylesheet partial

turned the css into scss

Cleaning up the feature Table example and adding comments

Update .gitignore

removed a file that is not supposed to be ignored

Cleaning up commented code

Working with crs closer

Working with crs closer

Squash

Fixing epsg check

Working with crs

Cleaning comments and adjusting .json

Cleaning up commented code

Working with crs closer

Squash

Fixing epsg check

Working with crs

Added support for the layer 'ref' property. (#564)

1. Added logic to the map component to recognize
   the 'ref' attribute.
2. Added a test to ensure coverage.

Added the ability to tweak the map's metadata.

1. Added new updateMetadata action.
2. Added reducer code to handle the update action.

Added some dangle

Added support for detecting changes in layer styles (#569)

1. Added support for detecting changes in a layers
   style.
2. Created a demo of changing the paint settings.
3. Removed the continue from the configure layers loop.
    Added layer !== null to the ref-type loop.

configureLayers handles changes to min/max zoom vals (#567)

Added support for min/maxzoom on layers.

Added an example of labels on clusters

This label example would also work for other
layer types but is demo'd on the clustered
layers.

Lint clean up + added comment about stops

Cleaning comments and adjusting .json

Cleaning merge errors

Cleaning out old folders

Cleaning up scss

Adding in comments

Addressing comments from PR

Addressing PR comments

# This is a combination of 3 commits.
# The first commit's message is:
Features can now be drawn on the map! (#575)

* Features can now be drawn on the map!

1. Added a special reducer/action set in order to handle
   the drawing functions (as they are not covered by mapbox gl styles).
2. Modified the map component to use drawing.interaction and drawing.source
   props for identifying when a feature is being drawn and on to what.
3. Created an example app with a working demo that includes onFeatureDrawn
   which is the call back provided upon a features drawing completion.
4. Needed to add the canvas module to the dev dependencies.
   By default jsdom/enzyme/jest does not emulate the canvas, they
   depend on the canvas package. This may not be practical to install
   for all dev environments (looking at you, Windows) and may need to
   be shifted to a peerDependency.
5. The map has withRef: true in order to support introspection.
6. Features can now be modified.
7.  Created new INTERACTIONS constants to prevent typos.
8. Added DEVELOPING.md which describes the dependencies for the canvas module for testing.

# This is the 2nd commit message:

Source minzoom (#SDK-599) (#574)

* min/maxzoom values checked on gl source and layer defs, converted to ol layer min/max resolutions
* added util tests.

# This is the 3rd commit message:

Feature/paint diff (#576)

1. Added support for detecting changes in a layers
   style.

2. Created a demo of changing the paint settings.

3. adding function to change stroke color separately from fill color

4. stoke and fill change colors, other type defaults to mapbox default

Features can now be drawn on the map! (#575)

* Features can now be drawn on the map!

1. Added a special reducer/action set in order to handle
   the drawing functions (as they are not covered by mapbox gl styles).
2. Modified the map component to use drawing.interaction and drawing.source
   props for identifying when a feature is being drawn and on to what.
3. Created an example app with a working demo that includes onFeatureDrawn
   which is the call back provided upon a features drawing completion.
4. Needed to add the canvas module to the dev dependencies.
   By default jsdom/enzyme/jest does not emulate the canvas, they
   depend on the canvas package. This may not be practical to install
   for all dev environments (looking at you, Windows) and may need to
   be shifted to a peerDependency.
5. The map has withRef: true in order to support introspection.
6. Features can now be modified.
7.  Created new INTERACTIONS constants to prevent typos.
8. Added DEVELOPING.md which describes the dependencies for the canvas module for testing.

Source minzoom (#SDK-599) (#574)

* min/maxzoom values checked on gl source and layer defs, converted to ol layer min/max resolutions
* added util tests.

Feature/paint diff (#576)

1. Added support for detecting changes in a layers
   style.

2. Created a demo of changing the paint settings.

3. adding function to change stroke color separately from fill color

4. stoke and fill change colors, other type defaults to mapbox default

Building new example

Fixing build for featretable appFixing build for featretable appFixing build for featretable appFixing build for featretable appFixing build for featretable appFixing build for featretable appFixing build for featretable appFixing build for featretable appFixing build for featretable app

starting base

added index.html to apps.
created a _src to house working code to create a base to make this app deployable.

Base - boilerplate added

added partials for example app

added files to git ignore

updated git ignore

Adding in css

added readme and sample styles

fixed to get the app to work..

Building out sample app

created webpack config added
watch task to package.json to test the dist generation

finished the build for app

Dynamically adding in data

adjusted asset to be more flexable.
correctly processed scss into one file

updated sdk.css to sdk.scss

Working with loading in features

updated webpack config to output CSS correctly

swapped sdk and app reference

Adding in dynamic polygon addition

removed sample app

finished removing app

Adding in some style

Adding in data file

fixed config

Adjusting styleing on popup

added doctype

Adding popup.css

Adding stylesheet partial

turned the css into scss

Cleaning up the feature Table example and adding comments

Update .gitignore

removed a file that is not supposed to be ignored

Cleaning up commented code

Working with crs closer

Working with crs closer

Squash

Fixing epsg check

Working with crs

Cleaning comments and adjusting .json

Cleaning up commented code

Working with crs closer

Squash

Fixing epsg check

Working with crs

Added support for the layer 'ref' property. (#564)

1. Added logic to the map component to recognize
   the 'ref' attribute.
2. Added a test to ensure coverage.

Added the ability to tweak the map's metadata.

1. Added new updateMetadata action.
2. Added reducer code to handle the update action.

Added some dangle

Added support for detecting changes in layer styles (#569)

1. Added support for detecting changes in a layers
   style.
2. Created a demo of changing the paint settings.
3. Removed the continue from the configure layers loop.
    Added layer !== null to the ref-type loop.

configureLayers handles changes to min/max zoom vals (#567)

Added support for min/maxzoom on layers.

Added an example of labels on clusters

This label example would also work for other
layer types but is demo'd on the clustered
layers.

Lint clean up + added comment about stops

Cleaning comments and adjusting .json

Cleaning merge errors

Cleaning out old folders

Cleaning up scss

Adding in comments

Addressing comments from PR

Addressing PR comments

Building geoJsonReprojection function to support import of geojson from non 4326 source
Implementing geoJsonReprojection and removing crs from the store to support mapbox gl style

Addressing PR issues

Cleaning linting errors

fixing lint errors

Testing lint changes

Adding in a test

Adding a few more test

Changing .css to .scss

Added DOCTYPE to an example
Got util converage to 100%

Adding badge to ultimateredux branch

257 of 307 branches covered (83.71%)

580 of 627 relevant lines covered (92.5%)

9.12 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1467.1 08 Aug 2017 09:56AM UTC 0
92.5
Travis Job 1467.1
Source Files on build 1467
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1467
  • 69333490 on github
  • Prev Build on ultimateredux (#1463)
  • Next Build on ultimateredux (#1468)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc