Coder Social home page Coder Social logo

Comments (7)

leplatrem avatar leplatrem commented on August 27, 2024

Hi Robertico !

This part parses the XML into nodes and gives it to togeojson :
https://github.com/makinacorpus/Leaflet.FileLayer/blob/gh-pages/leaflet.filelayer.js#L80-L82

If the problem was fixed in togeojson, we might pass the raw XML instead of parsing it here...

Could you try to change this and see if it helps ?

Thanks for reporting!

from leaflet.filelayer.

 avatar commented on August 27, 2024

Hi,

I'm not sure I understand you correctly.
Do I need to comment out these lines? When I do so, it doesn't work at all.

Sorry, I'm not a professional programmer :-)

from leaflet.filelayer.

leplatrem avatar leplatrem commented on August 27, 2024

Well, I upgraded togeojson towards 0.8.1, and it works wel, it strips out CDATA out of texts !

from leaflet.filelayer.

 avatar commented on August 27, 2024

I doubted my findings, but...
this doesn't work.

      <description>
        <![CDATA[
             Here is some text
        ]]>
      </description>

but this does !

<description><![CDATA[Here is some text]]></description>

So it must be a single line without line breaks.
As far as I know they're both valid. Nevertheless a bug?

from leaflet.filelayer.

leplatrem avatar leplatrem commented on August 27, 2024

In the example I tried it worked.
But this way :

<description><![CDATA[

             Here is some text
]]></description>

Otherwise, it would be a bug in togeojson...

from leaflet.filelayer.

 avatar commented on August 27, 2024

Thanks. Created a new issue on togeojson for this.

from leaflet.filelayer.

SBats avatar SBats commented on August 27, 2024

I close this issue. If someone has still problems with it please reopen !

from leaflet.filelayer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.