Add AsyncStringFeatureParser and use plain

XMLHttpRequest in the KML example

Since the content-type on github.io is application/octet-stream we need
to implement an Async string based parser interface in the KML parser.
Also use plain XmlHttpRequest in the example instead of jQuery Ajax since
the vector-features example also uses that.
This commit is contained in:
Bart van den Eijnden
2013-04-22 16:45:33 +02:00
parent d45a63ee5c
commit feb6c4c2d7
5 changed files with 58 additions and 10 deletions

View File

@@ -48,7 +48,6 @@
</div>
<script src="jquery.min.js" type="text/javascript"></script>
<script src="loader.js?id=kml" type="text/javascript"></script>
<script src="../resources/social-links.js" type="text/javascript"></script>