Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fastkml
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Aurélien Vermylen
fastkml
Commits
b0089128
Commit
b0089128
authored
Oct 21, 2014
by
Ian Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove TODO.txt file in favor of linking to GitHub issue tracker.
parent
366313b8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
10 deletions
+4
-10
README.rst
README.rst
+3
-0
docs/TODO.txt
docs/TODO.txt
+0
-8
setup.py
setup.py
+1
-2
No files found.
README.rst
View file @
b0089128
...
@@ -77,3 +77,6 @@ Limitations
...
@@ -77,3 +77,6 @@ Limitations
*Tesselate*, *Extrude* and *Altitude Mode* are assigned to a Geometry or
*Tesselate*, *Extrude* and *Altitude Mode* are assigned to a Geometry or
Geometry collection (MultiGeometry). You cannot assign diffrent values of
Geometry collection (MultiGeometry). You cannot assign diffrent values of
*Tesselate*, *Extrude* or *Altitude Mode* on parts of a MultiGeometry.
*Tesselate*, *Extrude* or *Altitude Mode* on parts of a MultiGeometry.
You can find the complete list of current issues on `GitHub
<https://github.com/cleder/fastkml/issues>`_.
docs/TODO.txt
deleted
100644 → 0
View file @
366313b8
To Do
======
- add untyped custom data with namespace prefix
- Overlays
setup.py
View file @
b0089128
...
@@ -25,8 +25,7 @@ setup(
...
@@ -25,8 +25,7 @@ setup(
description
=
"Fast KML processing in python"
,
description
=
"Fast KML processing in python"
,
long_description
=
(
long_description
=
(
open
(
"README.rst"
).
read
()
+
"
\
n
"
+
open
(
"README.rst"
).
read
()
+
"
\
n
"
+
open
(
os
.
path
.
join
(
"docs"
,
"HISTORY.txt"
)).
read
()
+
"
\
n
"
+
open
(
os
.
path
.
join
(
"docs"
,
"HISTORY.txt"
)).
read
()
open
(
os
.
path
.
join
(
"docs"
,
"TODO.txt"
)).
read
()
),
),
classifiers
=
[
classifiers
=
[
"Topic :: Scientific/Engineering :: GIS"
,
"Topic :: Scientific/Engineering :: GIS"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment