Questions tagged [marble]

Marble (geographical atlas and a virtual globe)

Marble is a geographical atlas and a virtual globe which lets you quickly explore places on our home planet. You can use Marble to look up addresses, to easily create maps, measure distances and to retrieve detail information about locations that you have just heard about in the news or on the Internet. The user interface is clean, simple and easy to use.

https://docs.kde.org/trunk5/en/kdeedu/marble/index.html

33 questions
0
votes
1 answer

Marble: Frame changes in array

Update: Is it possible to manually add a frame after the observable emits a value and ends? The complete sign adds a frame. I'm trying to implement a marble testing in my app and the test is: const c$ = delete('1'); const expected = cold('a|', {a:…
0
votes
1 answer

How to disable Marble Kde tiles movement

I load in marble map a .jpg image refered by .kml file: marbleWidget->model()->addGeoDataFile(kmlpath); The image is loaded in marble map: with the mouse I can move (drag and drop) and resize the jpg into the map. How can I anchor at specified…
valeriot90
  • 65
  • 7
0
votes
1 answer

Handle multiple Qtcp connections concurrently to show on marble widget

I have an application with qt creator that gets geocoordinate data and shows it on the map.it works fine with just one connection but when it comes to having more than once makes it a riddle. I want to get data in a loop from several qtcp…
0
votes
1 answer

Custom map overlays using Marble

I'm trying to create custom overlays in Marble while following this tutorial. My code is identical to the one in the example. Everything seems ok, but somehow the generated layer is editable and I can click it and change its size. I'd like it to be…
0xbaadf00d
  • 2,535
  • 2
  • 24
  • 46
0
votes
2 answers

GPS convert meters to degree of displacement

I need to draw a geo-projected circle on the map. e.g. I want the center to be defined in terms of latitude and longitude and its radius to be defined in meters. I am using KDE Marble. In the API there is a function drawEllipse that takes a center…
Neel Basu
  • 12,638
  • 12
  • 82
  • 146
0
votes
1 answer

Marble diagram generator java/javascript for documentation using rxjava/rxjs or reactor

I am looking to create documentation for a project created with reactor library. I searched but did not found any useful tool that generates photo diagrams after running a piece of reactor(or rx in general) code. The only thing i found is a text…
Panos K
  • 1,061
  • 12
  • 26
0
votes
0 answers

Issues are coming while running IBM Blockchain Marbles Demo

I have run IBM marbles demo for implementing blockchain mentioned in below link: https://github.com/IBM-Blockchain/marbles When I have run Hyperledger Fabric and Marbles application on the same system(Ubuntu), it is working. But when I have tried…
Riya Soni
  • 187
  • 1
  • 2
  • 13
0
votes
2 answers

RxJS marble test fails when using my own observable instead of creating one with the createHotObservable method

I am trying to create a simple test with RxJS marbles. I am using mocha and chai. I am instantiating a new test scheduler and I do not want to use the "testScheduler.createHotObservable method" because I want to use my own Observable, the…
Dany D
  • 1,189
  • 2
  • 18
  • 44
0
votes
1 answer

Seg Fault when using QSharedPointers in qt5

I'm using qt5.5.1 with qt-creator 3.5.1 and am trying to set a style on a GeoDataPlacemark with a GeoDataStyle. It used to work fine, but after the Marble update to use shared pointers instead of direct pointers, my program seg faults. Using GDB,…
Eric Horng
  • 57
  • 1
  • 6
0
votes
1 answer

Marble Maps shows tiled FAA sectional charts (maps) on opposite latitude

I am building an app with Qt 5.7 and the Marble Maps widget and I need to display FAA sectional charts in the app (they are available for free download here: https://www.faa.gov/air_traffic/flight_info/aeronav/digital_products/vfr/). These charts…
charles
  • 192
  • 1
  • 14
0
votes
2 answers

Add MarbleWidget into main window on QT

I'm trying to integrate a MarbleWidget into a QT project. If I only want to show the widget like this: Marble::MarbleWidget *mapWidget = new…
Antoine M.
  • 3,631
  • 3
  • 15
  • 20
0
votes
1 answer

How to disable inertial earth rotation in Qt4.x versions of KDE Marble

When I drag and move left mouse, map continues moving after the mouse release. You can deactivate this feature in Qt5 Marble versions by setting: marbleWidget->inputHandler()->setInertialEarthRotationEnabled( false ); This function does not exist…
stackomatiker
  • 324
  • 3
  • 14
0
votes
1 answer

Error: Map theme file does not exist... (Qt5 application with third party libraries Marble)

I am trying to deploy a Qt5 application with a Marble plugin using dynamic linking. I have put the Qt5 libs, platform plugins and the marble libmarblewidget-qt5.so.22 with my executable application. The application works from an Ubuntu with marble…
maltja
  • 79
  • 2
  • 8
0
votes
1 answer

Error: No matching function for call to when using GeoDataPlacemark::setStyle

I am using marble with qt5 and I am getting this error message when executing these lines of code. Any Idea?(Can it be that I am missing any packages?) Thanks! styleArch = new Marble::GeoDataStyle; styleArch->setIconStyle( *icon ); …
maltja
  • 79
  • 2
  • 8
0
votes
1 answer

Building Marble on Ubuntu x64

So, here is the deal. I'm building Marble, witch I got from https://marble.kde.org/sources.php on my Ubuntu (uname -a returnes: Linux pe-X550CC 4.4.0-21-generic #37-Ubuntu SMP Mon Apr 18 18:33:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux) I'm…
Lefoo
  • 1
  • 2