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
381b24e6
Commit
381b24e6
authored
Nov 07, 2014
by
Ian Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update documentation to reflect more complete feature list. Fixes #25.
parent
1dcb393c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
README.rst
README.rst
+9
-4
No files found.
README.rst
View file @
381b24e6
...
@@ -4,10 +4,10 @@ Introduction
...
@@ -4,10 +4,10 @@ Introduction
Fastkml is a library to read, write and manipulate kml files. It aims to keep
Fastkml is a library to read, write and manipulate kml files. It aims to keep
it simple and fast (using lxml_ if available). Fast refers to the time you
it simple and fast (using lxml_ if available). Fast refers to the time you
spend to write and read KML files as well as the time you spend to get
spend to write and read KML files as well as the time you spend to get
aquainted to the library or to create KML objects. It
provides a subset of KML
aquainted to the library or to create KML objects. It
aims to provide all of
and is aimed at documents that can be read from multiple clients such a
s
the functionality that KML clients such as `OpenLayer
s
openlayers and google maps rather than to give you all functionality that KML
<http://openlayers.org/>`_, `Google Maps <http://maps.google.com/>`_, and
on google earth
provides.
`Google Earth <http://earth.google.com/>`_
provides.
Geometries are handled as pygeoif_ or shapely_ (if installed) objects.
Geometries are handled as pygeoif_ or shapely_ (if installed) objects.
...
@@ -98,5 +98,10 @@ Limitations
...
@@ -98,5 +98,10 @@ Limitations
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.
Currently, the only major feature missing for the full Google Earth experience
is the `gx extension
<https://developers.google.com/kml/documentation/kmlreference#kmlextensions>`_.
This will most likely be added after the 1.0 version release.
You can find the complete list of current issues on `GitHub
You can find the complete list of current issues on `GitHub
<https://github.com/cleder/fastkml/issues>`_.
<https://github.com/cleder/fastkml/issues>`_.
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