The GC2 framework helps you build a spatial data infrastructure quickly and easily. Powered using open source components for a scalable solution focused on freedom rather than fees.
when go to http://mapcentia.github.io/gc2examples/widget_tile1.html get the issue:
GET http://eu1.mapcentia.com/apps/widgets/gc2map/js/gc2map.js net::ERR_ABORTED 503 (Service Unavailable)widget_tile1.html:17 Uncaught ReferenceError: gc2map is not defined at widget_tile1.html:17 at widget_tile1.html:43
when using my own examples, get the issue:
all.min.js?_=1715514280261:1 Uncaught TypeError: this.r is not a function at Hogan.Template.ri (all.min.js?_=1715514280261:1:426416) at Hogan.Template.render (all.min.js?_=1715514280261:1:426332) at pollForDict (gc2map.js:145:91)
the example code (for widget) is:
`<!DOCTYPE html>
when go to examples http://mapcentia.github.io/gc2examples/plain_tile1.html , get the issue:
Uncaught ReferenceError: geocloud is not defined at plain_tile1.html:13
when go to http://mapcentia.github.io/gc2examples/widget_tile1.html get the issue:
GET http://eu1.mapcentia.com/apps/widgets/gc2map/js/gc2map.js net::ERR_ABORTED 503 (Service Unavailable)
widget_tile1.html:17 Uncaught ReferenceError: gc2map is not defined at widget_tile1.html:17 at widget_tile1.html:43
when using my own examples, get the issue:all.min.js?_=1715514280261:1 Uncaught TypeError: this.r is not a function at Hogan.Template.ri (all.min.js?_=1715514280261:1:426416) at Hogan.Template.render (all.min.js?_=1715514280261:1:426332) at pollForDict (gc2map.js:145:91)
the example code (for widget) is: `<!DOCTYPE html>`