summaryrefslogtreecommitdiff
path: root/platform/node/src/node_map.cpp
Commit message (Expand)AuthorAgeFilesLines
* [core] Split MapMode::Still into Static and TileAnsis Brammanis2017-11-171-2/+11
* Replace compile-time polymorphism with runtime polymorphism in the conversion...John Firebaugh2017-10-231-3/+11
* [node] Reset HeadlessFrontend in NodeMap::release()Bruno de Oliveira Abinader2017-10-201-0/+1
* [core, node] Support axonometric renderingLauren Budorick2017-10-141-0/+82
* [node] Added 'removeSource'Bruno de Oliveira Abinader2017-09-151-0/+19
* [node] Implement GeoJSON converterBruno de Oliveira Abinader2017-09-131-14/+6
* [node] Set style default camera upon each test suite runBruno de Oliveira Abinader2017-08-311-0/+18
* [node] Cleanup NodeMap::RenderBruno de Oliveira Abinader2017-08-311-21/+6
* [node, tests] Consolidate headless rendering logic in HeadlessFrontendJohn Firebaugh2017-07-261-31/+16
* [node] manage backendscope in renderer frontendIvo van Dongen2017-07-251-2/+2
* [test] allow only a single shared display to avoid egl errorsIvo van Dongen2017-07-181-11/+1
* [android][glfw][ios][macos][node][qt] rename backend to renderer backendIvo van Dongen2017-07-181-1/+1
* [node] rendering interface changesIvo van Dongen2017-07-181-10/+24
* [core] renderer interfaceIvo van Dongen2017-07-181-1/+0
* [android][glfw][ios][macos][node][qt] split backend from mapobserverIvo van Dongen2017-07-181-2/+4
* [core] Move setStyleJSON/URL to Style; add Map::setStyleJohn Firebaugh2017-06-221-3/+3
* [all] Promote Style to public APIJohn Firebaugh2017-06-221-8/+9
* [node] Pixel ratio may be floating pointJohn Firebaugh2017-05-231-2/+2
* [core, node, darwin, android, qt] Make image ID part of ImageJohn Firebaugh2017-05-161-1/+1
* [core, node, darwin, qt] Remove support for paint classesJohn Firebaugh2017-05-151-28/+1
* [tidy] modernize-use-emplaceBruno de Oliveira Abinader2017-05-121-2/+2
* [core] Make Map.addImage tests pass (#8843)Asheem Mamoowala2017-05-021-2/+4
* [all] Rationalize style::ImageJohn Firebaugh2017-04-241-2/+2
* [node] Add map.cancel()Thiago Marcos P. Santos2017-04-201-0/+37
* [node] Calculate image buffer and length once (#8673)Bobby Sudekum2017-04-071-3/+6
* [node] fix node bindings :bug:Molly Lloyd2017-03-281-1/+1
* [node] Fix mistaken .cpp includeJohn Firebaugh2017-03-281-1/+1
* [core] Ensure that a BackendScope exists when doing GL callsKonstantin Käfer2017-03-231-0/+2
* [all] Replace Result<T> with optional<T> plus out Error parameterJohn Firebaugh2017-03-231-13/+17
* [node] Update changes in MapObserver::onDidFailLoadingMapBruno de Oliveira Abinader2017-03-171-2/+2
* [node] Support mbgl::MapObserverBruno de Oliveira Abinader2017-03-151-7/+7
* [node, glfw] Remove libuv 0.10 supportJohn Firebaugh2017-03-101-7/+1
* [core] rename query options for query rendered featuresIvo van Dongen2017-03-091-1/+1
* [core] Add support for queryRenderedFeatures filterAsheem Mamoowala2017-03-041-2/+39
* [core] private OffscreenView implementationKonstantin Käfer2017-02-271-1/+1
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-19/+19
* Add addImage, removeImage API (#7610)Bobby Sudekum2017-01-091-0/+79
* [node] Fix order of operations when setting zoom and centerJohn Firebaugh2016-12-141-4/+4
* [build] move headless rendering files to platform/defaultKonstantin Käfer2016-11-221-1/+1
* [node] Add setZoom and setPitch supportJohn Firebaugh2016-11-171-0/+36
* [node] Revert semantics of Map#renderJohn Firebaugh2016-11-171-29/+27
* [node] Don't needlessly reset map stateJohn Firebaugh2016-11-091-19/+41
* [core] change std::array<uint16_t, 2> to mbgl::SizeKonstantin Käfer2016-10-271-7/+6
* [core] move gl::Context to Backend and refactor ViewKonstantin Käfer2016-10-251-13/+28
* [core] separate Backend from View for headless renderingKonstantin Käfer2016-10-251-3/+4
* [core] [node] pass thread pool impl to Map constructorMike Morris2016-10-201-1/+2
* [node] Added set{Bearing,Center} + updated -test-suiteBruno de Oliveira Abinader2016-10-111-0/+42
* [node] switch to NodeRequest member fn callbackThiago Marcos P. Santos2016-09-061-2/+2
* [core] Trigger Source::Impl::reload when a filter or layout property is modifiedJohn Firebaugh2016-09-061-22/+22
* [core, ios, android, qt] Observe style layer mutations rather than requiring ...John Firebaugh2016-09-061-2/+0