Cruisers Forum
 


Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rating: Thread Rating: 5 votes, 5.00 average. Display Modes
Old 11-06-2012, 04:10   #136
Registered User

Join Date: Nov 2011
Location: Istanbul
Boat: Steel, Regina, Holland, 8.70
Posts: 95
Re: KML Overlay Plugin

Hi Jean
Why Turkish translation of KML plugin does not work even installed into the same folder with other po files?
boraxtr is offline   Reply With Quote
Old 11-06-2012, 04:29   #137
Registered User

Join Date: Mar 2010
Location: Normandy, France
Boat: Flush Poker, 8.25m (Point Barre)
Posts: 340
Re: KML Overlay Plugin

Looks like cmake must be run again after adding a new po file.

1. mv TRkmloverlay_pi.po.doc plugins/kmloverlay_pi/po/tr_TR.po
2. cd build/
3. cmake ../
4. make
5. sudo make install

at step 4, you should see something like:
[ xx%] kmloverlay-i18n [tr_TR]: Created mo file

Now you can change language to Turkish and see translated messages.

Does it work?

Regards,
Jean-Eudes
SethDart is offline   Reply With Quote
Old 11-06-2012, 05:49   #138
Registered User

Join Date: Nov 2011
Location: Istanbul
Boat: Steel, Regina, Holland, 8.70
Posts: 95
Re: KML Overlay Plugin

Quote:
Looks like cmake must be run again after adding a new po file.

1. mv TRkmloverlay_pi.po.doc plugins/kmloverlay_pi/po/tr_TR.po
2. cd build/
3. cmake ../
4. make
5. sudo make install

at step 4, you should see something like:
[ xx%] kmloverlay-i18n [tr_TR]: Created mo file
Sorry, these all are Chinese for me

I can translate and just drag the po file into the shared folder only ...

Regards,
Hasan
boraxtr is offline   Reply With Quote
Old 11-06-2012, 05:59   #139
Registered User

Join Date: Mar 2010
Location: Normandy, France
Boat: Flush Poker, 8.25m (Point Barre)
Posts: 340
Re: KML Overlay Plugin

Sorry, these are command line prompts ;-)

Let me rephrase it:
1. copy TRkmloverlay_pi.po.doc to plugins/kmloverlay_pi/po/ and rename it to tr_TR.po
2. run cmake again for the project to catch up the changes
3. rebuild the solution

Is it more clear?
SethDart is offline   Reply With Quote
Old 11-06-2012, 06:23   #140
Registered User

Join Date: Nov 2011
Location: Istanbul
Boat: Steel, Regina, Holland, 8.70
Posts: 95
Re: KML Overlay Plugin

Jean, here is what I did:
1- Dragged the kmloverlay_pi/po file into plugin folder,
2- Renamed the po file as tr_TR.po then saved, tr_TR.mo file created.
3- Moved this tr_TR.mo flile into share/local/tr_TR folder (where all the translated mo files are)

But nothing changed.
boraxtr is offline   Reply With Quote
Old 11-06-2012, 06:26   #141
Registered User

Join Date: Mar 2010
Location: Normandy, France
Boat: Flush Poker, 8.25m (Point Barre)
Posts: 340
Re: KML Overlay Plugin

Well, I'm confused... I described the whole installation process.

If you only want to add this language file to existing installation, then you only need to copy your xxx.mo file to share/local/tr_TR and rename it to opencpn-kmloverlay_pi.mo and it should work.
SethDart is offline   Reply With Quote
Old 11-06-2012, 10:06   #142
Registered User

Join Date: Nov 2011
Location: Istanbul
Boat: Steel, Regina, Holland, 8.70
Posts: 95
Re: KML Overlay Plugin

Good, after I renamed mo file as "opencpn-kmloverlay_pi.mo" worked.
Before it was named as "kmloverlay_pi.mo" then "tr_TR.mo".
Thank you Jean.
boraxtr is offline   Reply With Quote
Old 11-06-2012, 11:39   #143
Registered User
 
globalkeith's Avatar

Join Date: Sep 2010
Location: Zhuhai, China
Boat: Prout G55
Posts: 76
Re: KML Overlay Plugin

Thanks guys, as I'm developing my own plugin i got in the habit of doing:

$ cmake --build .

Which is only building files it already knew about...as soon as I did

$ cmake ../

It picked up the new plugin..

Thanks...
globalkeith is offline   Reply With Quote
Old 20-06-2012, 13:35   #144
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
Re: KML Overlay Plugin

There is no special tracker for the KML plugin so here you go:
The KML plugin needs a small adjustment to be streamlined with the other plugins. Pressing the KML icon a second time in the ToolBar should close down the plugin.

Thomas
cagney is offline   Reply With Quote
Old 28-07-2012, 11:36   #145
Registered User

Join Date: May 2012
Posts: 1,228
Re: KML Overlay Plugin

For machines where the KML Overlay plugin will not load.

A messy workaround. Install Visual Studio 2008 Express Edition for C++. No need to register (I think!).


Visual Studio 2008 Express | Microsoft Visual Studio

Use the Visual C++ link.

A lot of SDK stuff etc to clutter your machine.

The only dll needed in the OpenCPN main program folder should be 'libexpat.dll'.

Jean ... have you recompiled any of the components used to make your plugin with VC10?

Best regards,

Mike



Rasbats is online now   Reply With Quote
Old 08-01-2013, 10:16   #146
Registered User
 
Gilletarom's Avatar

Join Date: Mar 2010
Location: France
Boat: 10.50 mètres
Posts: 3,021
Re: KML Overlay Plugin

Hello SethDart,

I try another KML overlay with this file : kmloverlay-test_pi.dll

But it was necessary to use zlib1.dll AND libexpat.dll

So using your kmz file herm.kmz, it is Ok with your last pot file and my last french language po file.

Obviously, I adapt the language file name it is called thus: opencpn-kmloverlay-test_pi.po

See it on OpenCPN Internationalization ( i18n ) thead.
I repeat again the idea that I had already sent in a older post. It would be nice if in the preferences, there was a slider to manually change the transparency rate.

Another idea: This small window remains on the screen is annoying. If we could store ...

Best regards

Gilletarom.
Gilletarom is offline   Reply With Quote
Old 08-01-2013, 14:12   #147
Registered User

Join Date: Mar 2010
Location: Normandy, France
Boat: Flush Poker, 8.25m (Point Barre)
Posts: 340
Re: KML Overlay Plugin

Quote:
Originally Posted by Gilletarom View Post
But it was necessary to use zlib1.dll AND libexpat.dll
Yes, obviously, as said in the post.

Quote:
Originally Posted by Gilletarom View Post
I adapt the language file name it is called thus: opencpn-kmloverlay-test_pi.po
Well, you could've renamed the dll. I released it as a test. I had to rebuild the whole tools: libkml, expat and switch from embedded zlib/minizip to external library. To my knowledge, that made it work on the windows version that failed before (side-by-side fail)

Quote:
Originally Posted by Gilletarom View Post
I repeat again the idea that I had already sent in a older post. It would be nice if in the preferences, there was a slider to manually change the transparency rate.
Then read again my reply about that.

Quote:
Originally Posted by Gilletarom View Post
Another idea: This small window remains on the screen is annoying. If we could store ...
What are you speaking about? The replay window? You're asking to remove the only thing that allow you to control the replay (and by the way, know that you're replaying data) No comment, I don't want to be rude!
SethDart is offline   Reply With Quote
Old 21-07-2013, 06:21   #148
Registered User

Join Date: Nov 2011
Location: Istanbul
Boat: Steel, Regina, Holland, 8.70
Posts: 95
Re: KML Overlay Plugin

Hi,
Paul released the new version of GE2KAP (V10.0.013) kmz/kap file creator today. With the new version, one may create upto 64 pieces of kmz/kap maps within the same time for tiling. However KML plugin permits to load only one kmz file at once. That means one must repeat the same "clicks" 64 times to get detailed kmz maps.
If possible, please permit to load several kmz files within the same time while using kml plugin.
I also attached the emails between me and Paul on this subject may clear the subject.
Many thanks in advance,
Hasan
Attached Files
File Type: doc Paul.doc (13.8 KB, 72 views)
boraxtr is offline   Reply With Quote
Old 15-09-2014, 10:47   #149
Registered User

Join Date: Dec 2005
Location: Helsingborg
Boat: Dufour 35
Posts: 3,891
The KML Overlay Plugin & Tropical Cyclone tracking

There are kmz files available for all current tropical systems. In O they looks like this
Click image for larger version

Name:	kmz.png
Views:	150
Size:	50.4 KB
ID:	88233

For the current North Atlantic situation : NHC GIS Archive - Tropical Cyclone Advisory Forecast

For the Pacific and Indian Ocean: Joint Typhoon Warning Center (JTWC)
cagney is offline   Reply With Quote
Old 29-09-2014, 04:31   #150
Registered User
 
phiggins's Avatar

Join Date: Nov 2004
Location: Davao, Philippines
Posts: 1,776
Send a message via Skype™ to phiggins
Re: KML Overlay Plugin

Is the KML plugin still supported? It doesn't seem to do anything on OpenCPN version 3.3.2118. You can enable it and see the plugin window but if you load a kml file nothing shows.

Spoke too soon it does work with a kmz file.
__________________
Paul,
" One moment you are running along, the next you are no more." Dean Spanley
phiggins is offline   Reply With Quote
Reply

Tags
kml


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Google Earth Plugin r.fairman OpenCPN 445 29-04-2020 10:11
New IAC Fleetcode Plugin for OpenCPN CBorchardt OpenCPN 77 23-04-2019 05:40
GRIB Weather Mark Ward OpenCPN 26 12-02-2012 21:33
Route Properties, Missing Functions James Baines OpenCPN 13 13-07-2011 04:31

Advertise Here


All times are GMT -7. The time now is 08:41.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.