Skip to content

Commit

Permalink
Fix issue #125 and bump versioning for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonkles committed Jan 31, 2020
1 parent ba6b5a4 commit c9374b6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# [1.0.6](https://github.com/facebookincubator/RapiD/releases/tag/rapid-v1.0.5)
##### 2020-Jan-31

#### :trumpet: Updates
This brings the RapiD code up-to-date with v2.17.1. This also fixes issue #105.

# [1.0.5](https://github.com/facebookincubator/RapiD/releases/tag/rapid-v1.0.5)
##### 2019-Dec-12

Expand Down
2 changes: 1 addition & 1 deletion data/imagery.json
Original file line number Diff line number Diff line change
Expand Up @@ -14164,7 +14164,7 @@
"overlay": true
},
{
"id": "fb-mapwithai-maxar",
"id": "Maxar-FB",
"name": "Facebook's Map With AI - Maxar Imagery",
"type": "tms",
"template": "https://www.facebook.com/maps/ml_roads?theme=ml_road_vector&collaborator=fbid&token=ASZUVdYpCkd3M6ZrzjXdQzHulqRMnxdlkeBJWEKOeTUoY_Gwm9fuEd2YObLrClgDB_xfavizBsh0oDfTWTF7Zb4C&hash=ASYM8LPNy8k1XoJiI7A&result_type=satellite_raster_tile&materialize=true&x={x}&y={y}&z={zoom}",
Expand Down
2 changes: 1 addition & 1 deletion modules/core/rapid_context.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { utilRebind } from '../util';

export function coreRapidContext() {
var rapidContext = {};
rapidContext.version = '1.0.4';
rapidContext.version = '1.0.6';
var _isTaskBoundsRect = undefined;
var dispatch = d3_dispatch('task_extent_set');

Expand Down

0 comments on commit c9374b6

Please sign in to comment.