sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    [Plugin] KML Tools (2.0.0-beta) — updated 31.05.2013

    Scheduled Pinned Locked Moved Plugins
    137 Posts 49 Posters 124.4k Views 49 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D Offline
      dawrightau
      last edited by

      Hi Aerilius,

      Billiant thank you.

      Just to let you know that I could import both kml files into the one session, both geolocted correctly.

      Regards

      David

      1 Reply Last reply Reply Quote 0
      • D Offline
        dawrightau
        last edited by

        Your kml import works so well.

        Would you now consider creating a kmz import to import a geo located ongoing image.

        It would in part be a matter of extracting the doc.kml file from the kmz zip file read the coordinates in the same way as you do now and then import the png file to that location.

        Would be great functionality.

        Could send you an example file

        Cheers

        David

        1 Reply Last reply Reply Quote 0
        • B Offline
          banxee
          last edited by

          When I use the import, I get a 'Missing Textures- Unknown Texture' window. The model info comes in but no surfaces. The jpgs for the textures are in the Files folder of the KML but it can't seem to find it.

          Am I missing a step?

          1 Reply Last reply Reply Quote 0
          • A Offline
            Aerilius
            last edited by

            This is an error message from SketchUp's Collada importer, not from my plugin (and I unfortunately can't do anything about it).

            SketchUp supports a lot of the Collada standard (actually more than any other program) but not all. SketchUp doesn't understand how your source program specifies the textures. I have reported this as a bug some days ago.

            1 Reply Last reply Reply Quote 0
            • TIGT Offline
              TIG Moderator
              last edited by

              If you open the main file in a plain-text editor like Notepad++.exe then it will be 'readable'...
              See what the image-file parts says...
              Logically it should be a simple file-name [image.jpg], so that if the image-file kept with the main file it will be found.
              If it's a 'relative' file-path including a folder then you must keep the image-files in that specified folder [e.g. images/image.jpg] with the main file.
              If it's an 'absolute' file-path [i.e. with a drive letter etc] then you need to recreate that exact same folder for those image-files [e.g. c:/temp/images/image.jpg].

              When the importer runs on the main file it should then find the image-files where it's expecting them to be...

              If the image-file names in the imported file bear no relationship to the actual image-file names you have, then you are in trouble - but even then you could try copying and renaming the image-files to suit, if you know which one is which that is... 😕

              TIG

              1 Reply Last reply Reply Quote 0
              • A Offline
                Aerilius
                last edited by

                Yes, TIG is right, that is the normal way to trouble-shoot plain-text file formats like Collada.
                Here it's probably not a problem with the file path, but the xml structure is different ( %(#000040)[<effect><profile_COMMON><image>]) from what SketchUp expects ( %(#000040)[<surface>,<sampler2D>,<library_images>...]). I fixed this once manually, but it's so complicated that you wouldn't want to do do it with more than one or two files.

                1 Reply Last reply Reply Quote 0
                • B Offline
                  banxee
                  last edited by

                  Hi & thx for the quick reply.

                  I had tried opening the files in a text editor, thinking it was a pathing issue. I duplicated the path found in the text, but it still gave me the missing texture warning.

                  The difference in the XML structure seems to be the issue.

                  Oh well. At least I get the surfaces in the correct places.

                  Thanks again

                  1 Reply Last reply Reply Quote 0
                  • B Offline
                    biba28
                    last edited by

                    hi,
                    first thank you for this plugin it will help me a lot in my project,so I will make a 3D modeling of a city,
                    I have a shapefile I have converted to KML using gvSIG and now I want imported the kml file in google sketchup
                    I insert your plugin, but that nothing is imported 😞
                    I want to know if there is a structure ( balises or something) that I should add it to kml file for the import is correct.
                    please help me
                    yhank you for any help 😐

                    1 Reply Last reply Reply Quote 0
                    • A Offline
                      Aerilius
                      last edited by

                      The plugin tries to extract from kml files what it can import, so it does not aim to import all. Maybe you can pm me an example file so that I can take a look at it and adjust the plugin 😉

                      1 Reply Last reply Reply Quote 0
                      • A Offline
                        Aerilius
                        last edited by

                        I fixed the issue and uploaded a new version. Thanks for reporting!

                        1 Reply Last reply Reply Quote 0
                        • A Offline
                          Anton_S
                          last edited by

                          Behold!!! Aerilius with mighty plugins approaches!! ☀

                          1 Reply Last reply Reply Quote 0
                          • C Offline
                            CochranRB
                            last edited by

                            I am new to SketchUp. I saved a GE path as KMZ and KML files, but SU will not import the KMZ. Your plugin may assist with this problem. How do I download it?

                            1 Reply Last reply Reply Quote 0
                            • TIGT Offline
                              TIG Moderator
                              last edited by

                              @cochranrb said:

                              I am new to SketchUp. I saved a GE path as KMZ and KML files, but SU will not import the KMZ. Your plugin may assist with this problem. How do I download it?
                              The very first post in this thread has the tool's ZIP that you must download: then instructions on its extraction, installation and copious info on its usage... 😄
                              It might not help, depending what the files contain...
                              If you still have problems perhaps post the file here with a bit more info... 😕

                              TIG

                              1 Reply Last reply Reply Quote 0
                              • Q Offline
                                qpik
                                last edited by

                                First of all thank you for the plugin.

                                Have I just found a possible bug in kmlimport.rb, linestring method, line 422 - "<tesselated>" instead of "<tessellate>"?

                                I'm learning how to model a terrain using my mobile's GPS and Sketchup. Since the Symbian app I use (GPSmap, http://www.vikinggames.hu/product.php?id=7) logs only CSV/KML Waypoints and additionally uses commas instead of points, so I have to manually convert the values. I'm new to KML (and I'm not a programmer) so the easiest way I noticed so far was to just put all the coords into a <LineString> tag, but in Sketchup the altitudes are wrong (i.e. flat or clamped to GE terrain).
                                So I just go through your code and KML documentation to find a solution.

                                Edit: which is as simple as adding <altitudeMode>absolute</altitudeMode> inside <LineString> tag.

                                1 Reply Last reply Reply Quote 0
                                • A Offline
                                  Aerilius
                                  last edited by

                                  That looks indeed like a bug! Thanks for reporting!

                                  1 Reply Last reply Reply Quote 0
                                  • SygskyS Offline
                                    Sygsky
                                    last edited by

                                    Hi! I'm interesting in follow - how this scripts should/could work at all?

                                    I installed it correctly (think so), restarted SketchUp, called menu of "KML Tools", pointed "Export KML file" item, spend some time to look at the modal dialog, at last clicked "Ok" button, created new export file name and what? Nothing occurs! No any file anywhere was created, no any messages typed, nothing. Module keeps silence 😮)

                                    I have last version of free license SketchUp downloaded yesterday.

                                    Thx in advance.

                                    1 Reply Last reply Reply Quote 0
                                    • TIGT Offline
                                      TIG Moderator
                                      last edited by

                                      Do you have permission to write files to the destination folder ?
                                      Try your Desktop...
                                      Is there any exportable geometry in the SKP you are trying to export... etc ?

                                      TIG

                                      1 Reply Last reply Reply Quote 0
                                      • SygskyS Offline
                                        Sygsky
                                        last edited by

                                        @tig said:

                                        Do you have permission to write files to the destination folder ?
                                        Try your Desktop...
                                        Is there any exportable geometry in the SKP you are trying to export... etc ?
                                        Yes, yes, yes and yes all times 😎 But suddenly I found the solve. Don't sure what was an origin for the problem, so only describe result:

                                        Rubi is not one of my multiple languages but throw the code I found that in some checks if any external/internal functions in module return nil, it exits without warnings. As last action I did is a file name pointing, I tried to set full file path manually in the input dialog field, e.g. "C:\Temp\1.kml", not only name as it show in system dialog itself ("1.kml"). And it worked! So as I can suppose, alone file name is used internally to be used with some standard prefix of directory different from one used in a real path, use din dialog.
                                        Why? Windows 64b 7 Professional and Rubi pair knows only/ So export problems is solved. Let me check import ones in next time 😮)

                                        Thx for the wishes to help for this small problem!

                                        1 Reply Last reply Reply Quote 0
                                        • K Offline
                                          KentD
                                          last edited by

                                          Hi Aerilius

                                          I´ve used your plugin now and it seems to really work.

                                          I have to export a whole modeled city and I want them to be separate models.

                                          Your plugin does the trick! I make components of every and each model an export them.
                                          BUT if I have to ROTATE any of my models they will be exported randomly(it seems) and NOT in their right position.

                                          Any good suggestion how to deal with this?
                                          Regards
                                          KentD

                                          1 Reply Last reply Reply Quote 0
                                          • A Offline
                                            Aerilius
                                            last edited by

                                            The plugin should consider the rotation of the group's/component's bounding box.
                                            If the group is rotated, the rotation will appear as a "heading" attribute in the KML file, while the Collada file contains the group's inner coordinate system. At least it should work that way. Can you send (pm) me a file where it doesn't work that way?

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 3 / 7
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement