This file is indexed.

/usr/share/glib-2.0/schemas/net.launchpad.maps.gschema.xml is in openstreetmap-client 14.03.1~ds0-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<schemalist gettext-domain="maps">
  <schema id="net.launchpad.maps" path="/net/launchpad/maps/">
    <key type="d" name="latitude">
      <default>0.0</default>
      <summary>Startup latitude</summary>
      <description>The latutude of the location that will be used for startup.</description>
    </key>
    <key type="d" name="longitude">
      <default>0.0</default>
      <summary>Startup longitude</summary>
      <description>The longitude of the location that will be used for startup.</description>
    </key>
    <key type="i" name="zoom">
      <default>5</default>
      <summary>Startup zoom level</summary>
      <description>The zoom level of the map when starting up.</description>
    </key>
  </schema>
</schemalist>