Conversation
|
Great! Let's wait for Natasha and Remi's feedback on next Monday before wasting time to develop it if they are not ok with that. ok? |
|
but it si true, if it is only wording changes, it is ok! :) |
|
@LucieGueuning this is from Natasha's feedback and you've all agreed to move map creation into modal as it's not the primary action of an operator's daily task. |
|
Sure. I thought we wanted feedback on sketches from Remi and Natasha. Sorry for misunderstanding. Go ahead with that design decision without any doubt |
|
@LucieGueuning Thanks
since it is attached to address-autocomplete.js which jumps out of leaflet > validate from google map > resets view in leaflet |
|
@matthewberryman as you see in 0e86571 i try to make changes in the src file, but i don't think npm run build actually compiles the leaflet src files. need some pointers here |
|
@qclin from time to time I've been building leaflet separately from its source and leaflet-src.js is an intermediary file as part of its build process. Looking at its build steps it's just running uglifyjs: |
ref #368
@LucieGueuning this feeds into our conversation of moving
double click to create eventinput fields into create new event modalplease confirm the filter fields
at the moment I have these

@matthewberryman @mehrdadgit
while moving map into newEventModal, i notice some crumbs of newEventMap from before, was map originally inside modal?
if so how can i load the map correctly, it's only partially loading, even though I've call
.invalidateSize()