File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [ ![ Python] ( https://img.shields.io/badge/python-3.11-blue.svg )] ( https://www.python.org/downloads/release/python-3111/ )
2+ [ ![ tests] ( https://github.com/mapmanager/MapManagerCore/workflows/Test/badge.svg )] ( https://github.com/mapmanager/MapManagerCore/actions )
3+ [ ![ codecov] ( https://codecov.io/gh/MapManagerCore/branch/master/graph/badge.svg?token=L7L3FB04IP )] ( https://codecov.io/gh/cudmore/SanPy )
4+ [ ![ OS] ( https://img.shields.io/badge/OS-Linux|Windows|macOS-blue.svg )] ( )
5+ [ ![ License] ( https://img.shields.io/badge/license-GPLv3-blue )] ( https://github.com/mapmanager/MapManagerCore/blob/master/LICENSE )
6+
17# MapManagerCore
28
39MapManagerCore is a Python library that provides the core functionality for MapManager.
Original file line number Diff line number Diff line change @@ -46,6 +46,12 @@ def getLoggerFilePath():
4646 """All MapManager code will log to the same place including:
4747 - MapManagerCore
4848 - MapManagerQt
49+
50+ Notes
51+ -----
52+ Mac: /Users/cudmore/Library/Application Support/MapManager
53+ Linux: /share/MapManager
54+ Windows:
4955 """
5056 appName = 'MapManager'
5157 try :
You can’t perform that action at this time.
0 commit comments