* src/DataViews/_MapView.py: use config value to determine if online
maps should be used * src/GrampsCfg.py: online map config value * src/Config/_GrampsCOnfigKeys.py: online map config value * daa/gramps.schema.in: online map config value svn: r6728
This commit is contained in:
@@ -3,6 +3,18 @@
|
||||
<gconfschemafile>
|
||||
<schemalist>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/preferences/online-maps</key>
|
||||
<applyto>/apps/gramps/preferences/online-maps</applyto>
|
||||
<owner>gramps</owner>
|
||||
<type>bool</type>
|
||||
<default>0</default>
|
||||
<locale name="C">
|
||||
<short>Use online maps</short>
|
||||
<long>If True, the Map View will connect to OpenGIS servers to download maps.</long>
|
||||
</locale>
|
||||
</schema>
|
||||
|
||||
<schema>
|
||||
<key>/schemas/apps/gramps/preferences/family-details</key>
|
||||
<applyto>/apps/gramps/preferences/family-details</applyto>
|
||||
|
Reference in New Issue
Block a user