Hi Torsten<br><br>yes and now... I have to setups one works one doesn't...<br><br>If I copy my executable into the marble folder and start it from there it works just fine (with the working marble build),<br>I played around a bit and once I copied the "plugin" folder into the execution folder (right next to the data folder) of my own project the map loaded perfectly...<br>
<br>On my other setup the marble build doesn't show openstreetmap and my executable gives the following error:<br><br>QWindowfileSystemWatcherEngine: unknown message<br>QFSFileEngine::open No File name specified<br>Cannot open file ' ', because: No file name specified<br>
<br><br>I build marble on both mashines using visual studio 2008 and Qt 4.7.2<br><br>cheers from Dortmund..<br><br>Thomas<br><br><br><br><div class="gmail_quote">2011/9/5 Torsten Rahn <span dir="ltr"><<a href="mailto:tackat@t-online.de">tackat@t-online.de</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
Does the OSM theme work properly with the Marble application for you?<br>
<br>
Best Regards,<br>
<br>
Torsten<br>
<div><div></div><div class="h5"><br>
On Monday, 5. September 2011 12:06:37 Thomas Klemmer wrote:<br>
> Hi Everyone,<br>
><br>
><br>
> I'm fairly new to marble but I'm already falling in love with it...<br>
> I have a Visual Studio 2008 project set up and everything builds just<br>
> fine...<br>
><br>
> I just tried this very simple example:<br>
><br>
> #include <QtGui/QApplication>#include <marble/MarbleWidget.h><br>
>  using namespace Marble;<br>
>  int main(int argc, char** argv){<br>
>     QApplication app(argc,argv);<br>
><br>
>     // Create a Marble QWidget without a parent<br>
>     MarbleWidget *mapWidget = new MarbleWidget();<br>
><br>
>     // Load the OpenStreetMap map<br>
>     mapWidget->setMapThemeId("earth/openstreetmap/openstreetmap.dgml");<br>
><br>
>     mapWidget->show();<br>
><br>
>     return app.exec();}<br>
><br>
><br>
><br>
><br>
><br>
> So here ist the issue I'm having trouble with:<br>
><br>
> If I set the maptheme:<br>
><br>
> MarbleWidget->setMapThemeId("earth/bluemarble/bluemarble.dgml");<br>
><br>
> everything gets rendered just perfectly...<br>
><br>
> if I set it to:<br>
><br>
> FDCD_MW.MarbleWidget->setMapThemeId("earth/openstreetmap/openstreetmap.dgml<br>
> ");<br>
><br>
> I only get a green tile (0 tile...), so no other tiles are loaded.<br>
><br>
> I have a working internet connection (no proxy) and I can reach the tile<br>
> servers... is there anything else I have to do to make OSM run??<br>
><br>
> Help is greatly appreciated.<br>
><br>
> cheers<br>
><br>
> Thomas<br>
<br>
</div></div>_______________________________________________<br>
Marble-devel mailing list<br>
<a href="mailto:Marble-devel@kde.org">Marble-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/marble-devel" target="_blank">https://mail.kde.org/mailman/listinfo/marble-devel</a><br>
</blockquote></div><br>