ROGUE-JCTD / MapLoom

MapLoom is a web mapping client based on OpenLayers 3. It provides full-featured editing capabilities for data stores in GeoServer - including PostGIS and GeoGig. For GeoGig layers, it lets you view history, and sync with other GeoGig repositories
MIT License
70 stars 66 forks source link

TypeError: Cannot read property 'ptype' of null #213

Closed ellipzo closed 6 years ago

ellipzo commented 6 years ago

Hi All, I installed django-maploom 1.7 and every time I open my web browser it's always throw me these errors:

screen shot 2018-09-04 at 17 05 21 screen shot 2018-09-04 at 17 05 57 screen shot 2018-09-04 at 17 05 46

Can someone help me to fix these issues? Many thanks.

davekennewell commented 6 years ago

Hi ellipzo,

To debug this you will have to look further into the javascript call stack. You can do this by clicking on the references somewhere around the middle of the TypeError stack, until you find where "ptype" is being looked up on a null object.

But to solve the issue, you will need some strong AngularJS development experience, and to create an environment where you can rebuild MapLoom using "grunt".

ellipzo commented 6 years ago

Many thanks with your help.