* Fixed path to screenshot in README file
* Removed obsolete Travis CI build status
* Forgot bracket
* Updated packages and set new versions
* Fixed issue with visual not displaying bars when only Latitide and Longitude buckets are selected
* Improved types for API responses and reorganised folders in project
* Migrated from Bing's Dataflow API to REST Services
* Removed unused import
* 4 digits version
* Wrapped requests in a try/catch block and extracted batching to a method
* Added comment about batch limits in API
* Updated changelog and set version to 3.2.0
* Added audit step tp build workflow
* LocalStorage logic has been changed (#31)
* changes in interfaces
* changes for localStorageService
* changes in api 2.3.0
* changes for localStorage with debug details
* local storage logic
* uri change
* after CR comments
* tslint warnings fixing
* changes in interfaces
* changes after CR: code style, comments, unit tests, testutils 1.3.2 version(includes StorageService mock)
* removed local changes and made changes due to tslint comments
* fix for version before publishing powerbi-visuals-tools
* changes in used interface namespaces according to powerbi-visuals-tools
* edit config for instanbul-remap-reporter right work
* CHANGELOG.md and package version update
* Local storage mapTextures rendering fix (#32)
* changes in interfaces
* changes for localStorageService
* changes in api 2.3.0
* changes for localStorage with debug details
* local storage logic
* uri change
* after CR comments
* tslint warnings fixing
* changes in interfaces
* changes after CR: code style, comments, unit tests, testutils 1.3.2 version(includes StorageService mock)
* removed local changes and made changes due to tslint comments
* fix for version before publishing powerbi-visuals-tools
* changes in used interface namespaces according to powerbi-visuals-tools
* edit config for instanbul-remap-reporter right work
* CHANGELOG.md and package version update
* mapTextures count fix
* tile storage format refactoring
* async style everywhere
* Update visualTest.ts
* powerbi-visuals-tools update (#33)
* webpack integration
* webpack convertion: changes in interfaces and packages usage
* updates for UT without new version of testutils
* draft
* geocoder fixes
* changes in geocoder and geocoderCache layers
* last changes
* redesign for cache manager
* refactoring cache: memory & localStorage API logic
* cache manager re-design
* last changes with bing logic
* cors & jsonp requests to Globemap fetchAPI draft
* jsonp requests
* redactoring: Bing geocode dataflow with xml parsing
* refactoring: loading coordinates logic change
* little fixes after merge
* fix lint error
* lint error fix
* WIP
* Updated API to 5.1.0
* Removing JQuery
* Removed JQuery. Increased version
* package.json dependencies update
* Fixed lodash types error
* Removing Bower WIP
* Removed Bower. Could not use the webgl-heatmap package from npm because it had a dependency on fs module. Copied the package to the project with slight modifications (and fs dependency removed). The package is MIT licensed so the copyright notice has been added
* Switched from making jsonp requests to using fetch api. Refactored some code to comply with linting rules
* Local storage fixes and refactoring
* Updated three.js and fixed some errors in tests
* Integrated Three.js update and formatting model API
* Resolving issues with timeout in tests
* Polished code
* Removed unnecessary files
* Brought back travis file
* Moved from Travis to Actions
* Updated packages
* Updated ts-node and typescript
* Removed Azure pipeline file
* Removed main lodash package
* Fixed bug with zoom buttons. Typed some objects and functions. Renamed some parameters. Removed unnecessary logs and spaces
* Branch name fix for Actions
* Trying to trigger pipeline
* Changed workflow. Added new key to capabilities.json file
* Integrated rendering events API
* Added context menu
* Added high contrast mode
* Removed key. Added env variable to workflow
* Added dotenv-webpack
* Missing space added
* Syntax fir for yml
* Updated packages to the latest versions
* Fixed issue with VisualUpdateType = All
---------
Co-authored-by: Elena Rodionova <v-elrodi@microsoft.com>
Co-authored-by: Rustam Boranov <v-rboranov@microsoft.com>
* LocalStorage logic has been changed (#31)
* changes in interfaces
* changes for localStorageService
* changes in api 2.3.0
* changes for localStorage with debug details
* local storage logic
* uri change
* after CR comments
* tslint warnings fixing
* changes in interfaces
* changes after CR: code style, comments, unit tests, testutils 1.3.2 version(includes StorageService mock)
* removed local changes and made changes due to tslint comments
* fix for version before publishing powerbi-visuals-tools
* changes in used interface namespaces according to powerbi-visuals-tools
* edit config for instanbul-remap-reporter right work
* CHANGELOG.md and package version update
* Local storage mapTextures rendering fix (#32)
* changes in interfaces
* changes for localStorageService
* changes in api 2.3.0
* changes for localStorage with debug details
* local storage logic
* uri change
* after CR comments
* tslint warnings fixing
* changes in interfaces
* changes after CR: code style, comments, unit tests, testutils 1.3.2 version(includes StorageService mock)
* removed local changes and made changes due to tslint comments
* fix for version before publishing powerbi-visuals-tools
* changes in used interface namespaces according to powerbi-visuals-tools
* edit config for instanbul-remap-reporter right work
* CHANGELOG.md and package version update
* mapTextures count fix
* tile storage format refactoring
* async style everywhere
* Update visualTest.ts
* powerbi-visuals-tools update (#33)
* Reduce min height of bars
* Increase speed of bars height resizing at zoom
* Show data only by Location field
* Prevent autogrouping of long/lat
* Save position after update
* Remove group bucket field
* Draft: DataboundObjects for Longitude and Latitude
* Remove group bucket field
* Increase the resolution level of map
* Define initialResolutionLevel and change maxResolutionLevel
* Increase version
* Adjust size of bar automatically depending on zoom level
* Bars and heats have dynamic size, depends on the zoom level
* Building coordinates only by longitude and latitude fields
* Remove static type from GlobeSettings
* 19428: GlobeMap localization: Update the visual in order to support localization for English language
* Included Travis CI and Coveralls badges
* Updates to API 1.7.0
* Includes l11n keys
* Includes CHANGELOG
* Updates the visual in order to use the latest TSLint
* Turns code coverage on
* fix issues:
#16942 Globe Map 1.4.5: If Legend field is not emply, filter working incorrectly
#17076 Color selection for Legend property is not working
* Update packages
Fix bug: If Legend field is not empty, filter working incorrectly
* Fix THREE.WebGELRenderer error
* Fix getting Bing Maps tiles
* Add metadata server
* Update packages
* Remove unused code
* Optimize rendering
* Use Promise-based async operations
* Use static markup for control buttons group
* Fix comments
* Remove empty lines
* Fix error 16683 Globe Map 1.4.4.: Selection working incorrectly
* Fix error 16683 Globe Map 1.4.4.: Selection working incorrectly
Add some randomization to function name generation