geoext / geoext2

GeoExt 2 — JavaScript Toolkit for Rich Web Mapping Applications

Home Page:http://geoext.github.io/geoext2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Print Preview example broken

chrismayer opened this issue · comments

At the moment the official example for PrintPreview is broken. Maybe the PrintServlet is down.
I'll have a closer look later.

See http://geoext.github.io/geoext2/examples/printpreview/print-preview.html

i mentioned it in the same second. Console tells me that OL is the problem:
GET http://openlayers.org/api/2.13.1/OpenLayers.js net::ERR_CONNECTION_RESET

Shouldn't we switch to a locally hosted OpenLayers for the examples?

It seems the PrintExtent (http://geoext.github.io/geoext2/examples/printextent/print-extent.html) examples is also broken, I guess due to the same errors:

  • openlayers.org/api/2.13.1/OpenLayers.js is timing out (general problem, now reported in #255)
  • ows.terrestris.de:8080/print/pdf/info.json?var=printCapabilities is timing out

seems to be fine again since OL has been hosted on gh-pages, thanks @chrismayer
but the wms in the examples is still slow or timing out, will care about this today...
will close this one.