Skip to content

Commit

Permalink
fixed issue with import
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl committed Oct 4, 2023
1 parent d850d56 commit a52e9df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.1.11', # Required
version='1.1.12', # Required

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down
2 changes: 1 addition & 1 deletion src/isoxmlviz/visualize.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from shapely.geometry import LineString, JOIN_STYLE, MultiLineString
import math
from isoxmlviz.LineStringUtil import extract_lines_within
from webmap import WebMap
from isoxmlviz.webmap import WebMap

ell_wgs84 = pymap3d.Ellipsoid.from_name('wgs84')

Expand Down

0 comments on commit a52e9df

Please sign in to comment.