dymaptic / GeoBlazor

Core Components for the Dymaptic GeoBlazor Library
MIT License
109 stars 19 forks source link

NuGet package for v3.0.0 release seems to be missing JS folder/files #317

Closed michael-lillo closed 5 months ago

michael-lillo commented 8 months ago

Updating from v2.5.3.2 to v3.0.0 seems to have broken the Map I was using. When loading the map, it's unable to find arcGisJsInterop.js?v=3.0.0.0. Looking at the content of the nuget package itself, there doesn't seem to be a js folder in _content/dymaptic.GeoBlazor.Core.

Grabbing the js folder from the older version is a workaround for pre-existing maps, but you won't be able to use the ImageryLayer with the older version.

TimPurdum commented 8 months ago

@michael-lillo thank you for this report! I have marked 3.0.0 as deprecated and uploaded 3.0.1, should be available shortly.

TimPurdum commented 8 months ago

I will use this gissue to track, need to figure out why the automated build pipeline excluded the JS file.

TimPurdum commented 5 months ago

Fixed on 5/8