ngageoint / geoq

Django web application to collect geospatial features and manage feature collection among groups of users
MIT License
704 stars 133 forks source link

Workcells Not Saving #370

Open stickFigure1235 opened 7 years ago

stickFigure1235 commented 7 years ago

I am running GeoQ locally and I am able to create a new project with multiple jobs. However, I am unable to save the workcells that I create for the jobs. Clicking on "Add X workcells ..." doesn't seem to do anything.

The button clicks aren't triggering.

Does anyone have any ideas?

Thanks.

stickFigure1235 commented 7 years ago

Turns out the problem is that the variable google is not defined. Works fine after commenting the block of code starting with "if (google && google.maps) {."

stephenrjones commented 7 years ago

Interesting... the if statement should catch whether the variable is defined or not. Will look to see if there's a way we can better catch that

stickFigure1235 commented 7 years ago

id_properties seems to be undefined in the Create New Layer page.