Skip to content

Commit

Permalink
fixes in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
denisri committed May 1, 2024
1 parent 63dfff9 commit f21a0e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
11 changes: 0 additions & 11 deletions doc/source/todo.rst
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
To do in the future
===================

Texturing in 3D maps
--------------------

Mark objects/groups/layers for texturing in the xml proerties

- geodesic distance map from one point to establish texture coordinates
- specify if coordinates should be taken from x/y, distance (2D/3D)/z
- specify different texturing for walls, ceilings, floors etc
- specify texture images


Georef in 2D maps
-----------------

Expand Down
2 changes: 1 addition & 1 deletion python/catamap/build_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
build_version = 1980
build_version = 1986
4 changes: 2 additions & 2 deletions python/catamap/map_to_meshes.py
Original file line number Diff line number Diff line change
Expand Up @@ -719,10 +719,10 @@ class xml_help(object):
class ItemProperties(object):
'''
XML item properties structure, used by
:class:`~catamap.map_to_meshes.CataSvgToMesh`. They represents properties
:class:`~catamap.map_to_meshes.CataSvgToMesh`. They represent properties
read from the XML file elements.
Properties match those documented in :class:`~catamap.map_to_meshes.xml_help`, except the ``height`` property which is named ``item_height`` in XML file elements (because ``height`` is already used in SVG).
Properties match those documented in `Inkscape SVG files`_, except the ``height`` property which is named ``item_height`` in XML file elements (because ``height`` is already used in SVG).
'''

properties = ('name', 'label', 'eid', 'main_group', 'level', 'upper_level',
Expand Down

0 comments on commit f21a0e2

Please sign in to comment.