summaryrefslogtreecommitdiff
path: root/platform/node/test/js/map.test.js
Commit message (Expand)AuthorAgeFilesLines
* Revert "[core] Use ES6 import / export syntax for node test harness"Alexander Shalamov2019-03-111-5/+5
* [core] Use ES6 import / export syntax for node test harnessAlexander Shalamov2019-03-081-5/+5
* [core] remove some uses of <iostream> and <sstream>Konstantin Käfer2018-10-231-2/+2
* [node] capture invalid input data as `ParseError` objectsKonstantin Käfer2018-08-271-0/+8
* Change error message with invalid render usage (#12265)Dane Springmeyer2018-06-291-1/+1
* Update layer immediately when changing its max/min zoom level (#11399)Łukasz Paczos2018-04-121-0/+1
* [node] add setLight supportKonstantin Käfer2018-01-241-0/+1
* [core, node] Support axonometric renderingLauren Budorick2017-10-141-0/+3
* [node] Added 'removeSource'Bruno de Oliveira Abinader2017-09-151-0/+1
* [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-151-1/+0
* [node] Add map.cancel()Thiago Marcos P. Santos2017-04-201-0/+1
* [node] Update changes in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-171-3/+3
* Add addImage, removeImage API (#7610)Bobby Sudekum2017-01-091-0/+160
* [node] Fix order of operations when setting zoom and centerJohn Firebaugh2016-12-141-0/+42
* [node] Add setZoom and setPitch supportJohn Firebaugh2016-11-171-0/+2
* [node] Added set{Bearing,Center} + updated -test-suiteBruno de Oliveira Abinader2016-10-111-0/+2
* [node] switch to NodeRequest member fn callbackThiago Marcos P. Santos2016-09-061-2/+40
* [node][tests] Add a test for making sure the map object throws on invalid styleThiago Marcos P. Santos2016-08-251-1/+18
* [node] don't fire callback for canceled AsyncRequestKonstantin Käfer2016-05-261-0/+20
* [core] Render from the main threadJohn Firebaugh2016-04-141-1/+3
* [node] Add test that explicitly doesn call map.release()Thiago Marcos P. Santos2016-02-241-0/+16
* [node] Not all tests were calling `map.release()`Thiago Marcos P. Santos2016-02-201-3/+8
* [node] Fix handling of response callback with no arguments; add testJohn Firebaugh2016-02-191-0/+29
* [core] Rationalize error handling for resource loadingJohn Firebaugh2015-12-231-2/+0
* [node] Fix race condition in testsJohn Firebaugh2015-11-181-8/+0
* [node] make ratio optional, default to 1.0Mike Morris2015-11-041-4/+25
* [node] enable npm to build mapbox-gl-native package from sourceLucas Wojciechowski2015-11-041-1/+1
* Install RapidJSON from masonJohn Firebaugh2015-10-011-1/+1
* [node] throw if a render is already pending, fixes #2247Mike Morris2015-09-151-6/+2
* [node] change request semanticsMike Morris2015-09-101-2/+2
* Add more tests to check for bufferbsudekum2015-09-041-2/+2
* Return raw image buffer instead of an objectbsudekum2015-09-041-4/+2
* Consolidate test-suite rendering harnesses (#2236)John Firebaugh2015-09-041-35/+43
* move package.json and binding.gyp to root, drop tiles.tilejsonMike Morris2015-09-011-10/+4
* In still mode, don't load resources until a render request is madeJohn Firebaugh2015-08-311-0/+22
* Clean up testsJohn Firebaugh2015-08-311-185/+156
* move node-mbgl to platform/node/ directoryMike Morris2015-08-211-0/+293