14
0

Accepting request 1008839 from home:yarunachalam:branches:devel:languages:python

- Update to version 1.3.6 
  * Merge pull request #9 from docjason/jdevelop
  * add create placemark w/address example
  * implement issue#7 to create placemark with address and no geometry
  * Merge pull request #8 from docjason/jdevelop
  * set outputfile same as other examples
  * add networklink KMZ example
  * update __str__() function to use save() function with StringIO instance
  * update save() function to use StringIO to serialize KML to string
  * fixing coordinates position when tessellate is set. Thx to Jason for reporting the bug
  * Merge pull request #5 from klappj/master
  * Merge pull request #4 from runsascoded/links
  * Merge pull request #3 from drid/patch-1
  * Prevents error when name is an NaN
  * update bitbucket links to github
  * Update featgeom.py

OBS-URL: https://build.opensuse.org/request/show/1008839
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-simplekml?expand=0&rev=9
This commit is contained in:
2022-10-07 18:54:21 +00:00
committed by Git OBS Bridge
parent 2eeb9cefa2
commit 4bcdc4fe55
4 changed files with 25 additions and 5 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Oct 7 15:40:41 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to version 1.3.6
* Merge pull request #9 from docjason/jdevelop
* add create placemark w/address example
* implement issue#7 to create placemark with address and no geometry
* Merge pull request #8 from docjason/jdevelop
* set outputfile same as other examples
* add networklink KMZ example
* update __str__() function to use save() function with StringIO instance
* update save() function to use StringIO to serialize KML to string
* fixing coordinates position when tessellate is set. Thx to Jason for reporting the bug
* Merge pull request #5 from klappj/master
* Merge pull request #4 from runsascoded/links
* Merge pull request #3 from drid/patch-1
* Prevents error when name is an NaN
* update bitbucket links to github
* Update featgeom.py
-------------------------------------------------------------------
Wed Apr 15 14:30:56 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>