I am unable to use Parser.parseKMLString(). Its giving me a error saying Parser.parseKMLString() is not a function. What i am trying to do is, read the KML file on the server and return the entire file as a json string which is then passed to the parseKMLString function. But i am getting the above error.
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
I found my mistake, it was just a typo. I was using parseKMLString, while the actual function is parseKmlString. |
|||
|
|
