dceejay / RedMap

A web map app for Node-RED to put blobs on
Apache License 2.0
110 stars 60 forks source link

distro referring to .map files #261

Closed gitToad closed 9 months ago

gitToad commented 9 months ago

I noticed that the release is trying to load a number of .map files which I think are for debugging with worldmap sources ? Maybe totally fine, just wanted to point it out. Also note the 404 on the ui/loading.html

worldmap 4.6.2 nodered 3.1.5 local on a macbook running MacOS 14.3.1 Safari 17.3.1

Just tried it with latest Chrome and Firefox. In those either .map file load errors do not show up or they are not requested in the first place (sorry, my knowledge about that is limited) Both still show the XHR 404 error for fetching ui/loading.html

PS thanks for #259 !

Untitled 2
dceejay commented 9 months ago

Yes - .map files are files that help decode compressed js files to help debugging - have no effect on runtime so can be ignored.

Likewise the ui/loading.html - is looked for but not used if not there - it is so people can add their own loading message page if they want to... if it is there it gets shown... if not then it won't - this is part of the dashboard not the worldmap.

gitToad commented 9 months ago

ok I suspected that might be the case. Thank you for replying so quickly and thank you for the really useful WorldMap !