Custom query (1088 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (112 - 114 of 1088)

Ticket Resolution Summary Owner Reporter
#2160 fixed missing pgRouting DBB osgeolive@… bakaniko
Description

In QGIS, there is a connexion in the DB Manager to a pgRouting database. But it does not exist in the PostGIS server.

I think we can remove this connexion as data for the pgRouting quickstart are created in it

#2162 invalid test osgeolive@… kalxas
Description

test

#2163 fixed openlayers_quickstart fails osgeolive@… darkblueb
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>


Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.