Custom Query (1155 matches)
Results (115 - 117 of 1155)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2163 | fixed | openlayers_quickstart fails | ||
Description |
The script from “http://localhost/openlayers/dist/ol-debug.js” was loaded even though its MIME type (“text/html”) is not a valid JavaScript MIME type. Loading failed for the <script> with source “http://localhost/openlayers/dist/ol-debug.js”. after creating basic-map example file <!DOCTYPE html> <html lang="en"> <head> <title>Basic map</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> <!-- OpenLayers CSS --> <link rel="stylesheet" href="http://localhost/openlayers/dist/ol.css" type="text/css"> <!-- Custom styles --> <style> #map { width: 100%; height: 500px; } </style> </head> <body> <h1>Basic map</h1> <div id="map"></div> <!-- OpenLayers JS--> <script src="http://localhost/openlayers/dist/ol-debug.js" type="text/javascript"></script> <!-- App code --> <script> var map = new ol.Map({ target: 'map', layers: [ new ol.layer.Tile({ source: new ol.source.OSM() }) ], view: new ol.View({ center: ol.proj.fromLonLat([2.1833, 41.3833]), zoom: 6 }) }); </script> </body> </html> |
|||
#2164 | invalid | rasdaman demo page not working | ||
Description |
The web page localhost/rasdaman-demo shows an interface, but selecting several tests did not complete as expected. [ rasql, 2D, Convolution ] |
|||
#2167 | invalid | WMS URL not valid in UDig quickstart | ||
Description |
In UDig quickstart[1], in the Web Map Server section, the quickstart ask to use an url [2] to dmsolutions services. Thoses services are not accessible anymore. [1] http://live.osgeo.org/en/quickstart/udig_quickstart.html [2] http://www2.dmsolutions.ca/cgi-bin/mswms_gmap?Service=WMS&VERSION=1.1.0&REQUEST=GetCapabilities |
Note:
See TracQuery
for help on using queries.