summaryrefslogtreecommitdiff
path: root/platform/node/src/node_map.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ios, macos, node] “Mapbox GL Style Specification” → “Mapbox Style Sp...Minh Nguyễn2016-07-041-1/+1
* [core, node] Implement bindings for addSourceJohn Firebaugh2016-06-241-0/+27
* [core, node] Implement bindings for addLayerJohn Firebaugh2016-06-241-26/+93
* [core, node] Node bindings for setFilterJohn Firebaugh2016-06-211-0/+37
* [core] Use mbgl::style::conversion in node bindingsJohn Firebaugh2016-06-211-3/+12
* [node] Read 'options.showOverdrawInspector'Bruno de Oliveira Abinader2016-06-201-0/+5
* [node] Partial implementation of runtime styling API for node bindingsJohn Firebaugh2016-06-131-0/+76
* [core] Eliminate some redundant NodeMap membersJohn Firebaugh2016-06-131-17/+9
* [core, node, android] Remove used "base" parameter from setStyleJSONJohn Firebaugh2016-06-021-1/+1
* [node] don't fire callback for canceled AsyncRequestKonstantin Käfer2016-05-261-2/+3
* [core] Use mapbox::geometry::box in queryRenderedFeaturesJohn Firebaugh2016-05-131-6/+7
* [core] Use geometry.hpp feature typeJohn Firebaugh2016-05-031-2/+3
* [core] implement queryRenderedFeaturesAnsis Brammanis2016-04-291-0/+50
* [core] Render from the main threadJohn Firebaugh2016-04-141-12/+8
* [core] Unify FileRequest and WorkRequestJohn Firebaugh2016-03-241-11/+2
* Revert "[node] Destroy the RunLoop with the last Map object"Thiago Marcos P. Santos2016-02-241-3/+1
* [node] Destroy the RunLoop with the last Map objectThiago Marcos P. Santos2016-02-201-1/+3
* [node] add debug options to node bindingsAnsis Brammanis2016-02-081-0/+26
* [node] patch memory leak in NodeMap::requestMike Morris2016-02-041-1/+1
* [node] code review cleanupMike Morris2015-12-151-19/+19
* [test] Update test suiteJohn Firebaugh2015-12-091-3/+6
* [node] Fix build on GCC 4.9.2Thiago Marcos P. Santos2015-11-261-4/+4
* [core] Fix image type of Map::renderStillJohn Firebaugh2015-11-251-1/+1
* [core] Rewrite image handlingJohn Firebaugh2015-11-251-13/+11
* [core] For binary image data use uint8_t, not charJohn Firebaugh2015-11-231-2/+1
* [node] Allow GC in spite of reference loops through the request methodJohn Firebaugh2015-11-201-3/+30
* [node] make ratio optional, default to 1.0Mike Morris2015-11-041-6/+7
* [node] swap array order to [lng, lat] for render option centerMike Morris2015-11-041-3/+3
* [node] add pitch optionbsudekum2015-11-021-0/+6
* Document node-mapbox-gl-native with JSDocTom MacWright2015-10-291-0/+75
* [node] Output debug logs when a render test times outJohn Firebaugh2015-10-281-0/+9
* [core] bump libuv to 1.7.5 across all platformsMike Morris2015-10-141-6/+8
* [node] throw if a render is already pending, fixes #2247Mike Morris2015-09-151-0/+4
* Add anonymous lambda for HandleScopeJohn Firebaugh2015-09-091-1/+4
* Use nan with https://github.com/nodejs/nan/pull/443 fixedMike Morris2015-09-091-1/+1
* Nan 2.0John Firebaugh2015-09-091-86/+92
* Return raw image buffer instead of an objectbsudekum2015-09-041-7/+1
* drop ratio from RenderOptionsMike Morris2015-09-011-2/+0
* move node-mbgl to platform/node/ directoryMike Morris2015-08-211-0/+349