initals
parents
Showing
.gitignore
0 → 100644
.travis.yml
0 → 100644
README.md
0 → 100644
index.d.ts
0 → 100644
index.js
0 → 100644
kmz/ZipFile.complete.js
0 → 100644
This diff is collapsed.
Click to expand it.
kmz/geoxml3.js
0 → 100644
This diff is collapsed.
Click to expand it.
kmz/geoxml3_gxParse_kmz.js
0 → 100644
This diff is collapsed.
Click to expand it.
lib/GeoXML3.js
0 → 100644
This diff is collapsed.
Click to expand it.
lib/MultiGeometry.js
0 → 100644
lib/ProjectedOverlay.js
0 → 100644
package.json
0 → 100644
| { | |||
| "name": "evoweb-geoxml3", | |||
| "description": "", | |||
| "keywords": [], | |||
| "author": "Sebastian Fischer <js@evoweb.de>", | |||
| "license": "GPL-2.0-or-later", | |||
| "version": "1.0.0", | |||
| "homepage": "https://github.com/evoWeb/geoxml3", | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "https://github.com/evoWeb/geoxml3.git" | |||
| }, | |||
| "devDependencies": { | |||
| "jshint": "^2.9.6", | |||
| "mocha": "^5.2.0" | |||
| }, | |||
| "main": "index.js", | |||
| "scripts": { | |||
| "test": "mocha --async-only", | |||
| "lint": "jshint ./lib" | |||
| } | |||
| } |
test/fixtures/google.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/fixtures/window.js
0 → 100644
test/geoxml3.js
0 → 100644
Please
register
or
sign in
to comment