Skip to content

Commit acf0d7b

Browse files
committed
Add placeholder files for competency queries.
1 parent a218bf7 commit acf0d7b

3 files changed

Lines changed: 60 additions & 0 deletions

File tree

mapserver/competency/__init__.py

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#===============================================================================
2+
#
3+
# Flatmap server
4+
#
5+
# Copyright (c) 2019-25 David Brooks
6+
#
7+
# Licensed under the Apache License, Version 2.0 (the "License");
8+
# you may not use this file except in compliance with the License.
9+
# You may obtain a copy of the License at
10+
#
11+
# http://www.apache.org/licenses/LICENSE-2.0
12+
#
13+
# Unless required by applicable law or agreed to in writing, software
14+
# distributed under the License is distributed on an "AS IS" BASIS,
15+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
# See the License for the specific language governing permissions and
17+
# limitations under the License.
18+
#
19+
#===============================================================================
20+
21+
import json
22+
23+
#===============================================================================
24+
25+
import asyncpg
26+
27+
#===============================================================================
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"queries": [
3+
{
4+
}
5+
]
6+
}

mapserver/server/competency.py

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
#===============================================================================
2+
#
3+
# Flatmap server
4+
#
5+
# Copyright (c) 2019-25 David Brooks
6+
#
7+
# Licensed under the Apache License, Version 2.0 (the "License");
8+
# you may not use this file except in compliance with the License.
9+
# You may obtain a copy of the License at
10+
#
11+
# http://www.apache.org/licenses/LICENSE-2.0
12+
#
13+
# Unless required by applicable law or agreed to in writing, software
14+
# distributed under the License is distributed on an "AS IS" BASIS,
15+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
# See the License for the specific language governing permissions and
17+
# limitations under the License.
18+
#
19+
#===============================================================================
20+
21+
"""
22+
23+
See ../docs/competency.rst
24+
25+
"""
26+
27+
#===============================================================================

0 commit comments

Comments
 (0)