Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

map.export_to_html broken #1977

Closed
bjfultn opened this issue Aug 28, 2024 · 2 comments
Closed

map.export_to_html broken #1977

bjfultn opened this issue Aug 28, 2024 · 2 comments
Assignees
Labels

Comments

@bjfultn
Copy link

bjfultn commented Aug 28, 2024

Describe the bug
Using the export_to_html method of the GIS.map() object does not create a functional stand-alone html page.

To Reproduce
Steps to reproduce the behavior:

from arcgis.gis import GIS

gis = GIS("https://www.arcgis.com")
m = gis.map()

m.export_to_html("tmp.html", title="Interactive Map")

Screenshots
Screenshot 2024-08-28 at 12 56 28 PM

Expected behavior
I expect to be able to see a map when I open tmp.html

Platform (please complete the following information):

  • OS: Mac OS 14.6.1
  • Browser: Chrome
  • Python API Version: 2.3.1

Additional context

@bjfultn bjfultn added the bug label Aug 28, 2024
@nanaeaubry
Copy link
Contributor

@bjfultn Hi thank you for reporting this! We are making some major improvements to the mapping module and have updated this method. You can expect a fix in the next version which will be released end of September

@nanaeaubry nanaeaubry self-assigned this Sep 17, 2024
@nanaeaubry
Copy link
Contributor

@bjfultn Please use the latest install of arcgis and the new arcgis-mapping packages to try again:
conda install -c esri arcgis arcgis-mapping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants