goodrobots / MAVCesium

An experimental web based map display for MAVProxy based on Cesium
https://gitter.im/goodrobots/Lobby
GNU General Public License v3.0
41 stars 23 forks source link

Editable HTML and JS files #33

Closed frownsky closed 6 years ago

frownsky commented 6 years ago

After successfully loaded this app, I found out that after making changes to the HTML file and other JS files, it does not reflect when running the app. Is it that it is not possible to make changes or modify the HTML and JS files?

frownsky commented 6 years ago

The changes I try to make is to replace the model with my animated drone model and also other stuffs in the cesium js file under DST

SamuelDudley commented 6 years ago

Hi, there is nothing special with the HTML or js code. Perhaps your browser cache needs clearing? Try reloading the python webserver and when you have the app active in the browser push f5 or your browser cache clearing equivalent keystroke.

SamuelDudley commented 6 years ago

Would you mind sharing your animated drone model? That way I could include it as a selection option from within the web application.

frownsky commented 6 years ago

I already did the cache clearing, but the drone model does not change and other texts displayed. I try to view the page source and it seems that I have not made any changes.

frownsky commented 6 years ago

However when I double click the HTML file (index), I can see the changes in the texts but running the app It shows the previous unedited one

SamuelDudley commented 6 years ago

Are you really sure that you don't have another copy that is pulling files from else where? Apart for that I'm afraid I can't help you debug your development environment, sorry.