Skip to content

Commit fff49c7

Browse files
committed
add initial spelling wordlist
1 parent c11348b commit fff49c7

9 files changed

Lines changed: 239 additions & 12 deletions

File tree

conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ def __getattr__(cls, name):
128128
# check for broken reference targets
129129
nitpicky = True
130130

131+
# set filename used by spelling extension
132+
spelling_word_list_filename='spelling_wordlist.md'
133+
131134
# Options for HTML output
132135
# -----------------------
133136

en/cgi/controls.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ SCALE [number] - deprecated
430430

431431
SEARCHMAP
432432
It is possible to do pan/zoom interfaces using querymaps. In these cases
433-
you will likey want information about the contents of the new map rather
433+
you will likely want information about the contents of the new map rather
434434
than the previous map which is the normal way queries work. When
435435
searchmap is specified the new map is created and it's extent is used
436436
to query layers. Useful with NQUERY mode only.
@@ -521,7 +521,7 @@ this is fairly straightforward, and depends on what version of
521521
MapServer you are using. One potentially very powerful use of this
522522
ability to change mapfile parameters through a URL involves changing
523523
class expressions on-the-fly. `VALIDATION` is used to control
524-
run-time substition. Try it out.
524+
run-time substitution. Try it out.
525525

526526
.. warning::
527527

en/development/changelog/changelog-8-0.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ Changes from 7.6.4 to 8.0.0-beta1
745745
* remove USE_PROJ check (Jeff McKenna) : `d11da8d <https://github.com/MapServer/MapServer/commit/d11da8d66947f599785eaa25a725210b598c7bff>`__
746746
* Contour layer: take into account nodata value from GDAL raster (fixes `#6182 <https://github.com/MapServer/MapServer/issues/6182>`__ ) (Even Rouault) : `a484345 <https://github.com/MapServer/MapServer/commit/a4843459d5b9943f25ef8c5680579c3cd575143c>`__
747747
* FindOracle.cmake: complementary fix to find OCI 19 (Even Rouault) : `9bd402c <https://github.com/MapServer/MapServer/commit/9bd402c3596c252195da90a487961b12a15f34c6>`__
748-
* WFS 1.1/2.0: do not write empty ows:WGS84BoundingBox element when layer extent is unkown, which is non-conformant with WFS XML schema (fix `#6170 <https://github.com/MapServer/MapServer/issues/6170>`__ ) (Even Rouault) : `4a5bc7c <https://github.com/MapServer/MapServer/commit/4a5bc7c2c6f84b499161d4184f7aa2b2cb5b3224>`__
748+
* WFS 1.1/2.0: do not write empty ows:WGS84BoundingBox element when layer extent is unknown, which is non-conformant with WFS XML schema (fix `#6170 <https://github.com/MapServer/MapServer/issues/6170>`__ ) (Even Rouault) : `4a5bc7c <https://github.com/MapServer/MapServer/commit/4a5bc7c2c6f84b499161d4184f7aa2b2cb5b3224>`__
749749
* remove myself from travis notifications (Thomas Bonfort) : `2502fb3 <https://github.com/MapServer/MapServer/commit/2502fb36cb2910ace329584bebf0f8339fb35ff9>`__
750750
* Metadata: remove unused function and erroneous default date output (Tom Kralidis) : `c0d2b75 <https://github.com/MapServer/MapServer/commit/c0d2b75141a0017b529fbcf4935e0887adda5543>`__
751751
* Metadata: use attribution_title if available ( `#6166 <https://github.com/MapServer/MapServer/issues/6166>`__ ) (Tom Kralidis) : `d319595 <https://github.com/MapServer/MapServer/commit/d3195951873193512e8baa86d1c6cd0b15bc04e0>`__

en/development/changelog/changelog-8-4.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@ Changes from 8.2.2 to 8.4.0-beta1
8181
* [CI] add PHP 8.4 to workflows ( `#7196 <https://github.com/MapServer/MapServer/issues/7196>`__ ) (Jeff McKenna) : `2fb2911 <https://github.com/MapServer/MapServer/commit/2fb2911235e228c04047563e1243ab0a3cce505c>`__
8282
* WCS 1.0: do not emit twice HTTP headers in case of error on SECTION parameter of GetCapabilities (Even Rouault) : `8c37d02 <https://github.com/MapServer/MapServer/commit/8c37d02a835a26f0f39610b11a35f69e33cf4312>`__
8383
* Update Windows CI and Python Versions ( `#7171 <https://github.com/MapServer/MapServer/issues/7171>`__ ) (Seth G) : `cb21366 <https://github.com/MapServer/MapServer/commit/cb21366e8263567131fb34e3bf4b23de0a47d8bd>`__
84-
* msProjectRect(): cache whether source projection is polar when repeatdly projecting from it ( `#7190 <https://github.com/MapServer/MapServer/issues/7190>`__ ) (Even Rouault) : `47f19e3 <https://github.com/MapServer/MapServer/commit/47f19e3f3a2bb55bfb0f8d8b760781f3218bc95a>`__
84+
* msProjectRect(): cache whether source projection is polar when repeatedly projecting from it ( `#7190 <https://github.com/MapServer/MapServer/issues/7190>`__ ) (Even Rouault) : `47f19e3 <https://github.com/MapServer/MapServer/commit/47f19e3f3a2bb55bfb0f8d8b760781f3218bc95a>`__
8585
* Allow <> to be used as a logical operator in expressions ( `#7182 <https://github.com/MapServer/MapServer/issues/7182>`__ ) (Seth G) : `751fdde <https://github.com/MapServer/MapServer/commit/751fdde6212db8e449069b226f9742b62b88ea5a>`__
8686
* mapuvraster: fix hDS file descriptor leak in msUVRASTERLayerGetExtent (Sander Jansen) : `e133f4e <https://github.com/MapServer/MapServer/commit/e133f4ef773ffe4d05293e529744163ac95b84dc>`__
8787
* Make interpolation and countour compatible of GDAL 3.10 (Even Rouault) : `7fc1930 <https://github.com/MapServer/MapServer/commit/7fc1930a5b74f1dcacf12ac238168de394c672e2>`__
8888
* Allow encryption key files to use paths relative to a Mapfile ( `#7181 <https://github.com/MapServer/MapServer/issues/7181>`__ ) (Seth G) : `ea2f4b2 <https://github.com/MapServer/MapServer/commit/ea2f4b29c37a9ae2a4913139a0ea2f869b04a79c>`__
89-
* SLD Filters missing due to logicial keywords in expressions ( `#7178 <https://github.com/MapServer/MapServer/issues/7178>`__ ) (Seth G) : `4726b9c <https://github.com/MapServer/MapServer/commit/4726b9c4422806590faa798edb89861d38f32cb2>`__
89+
* SLD Filters missing due to logical keywords in expressions ( `#7178 <https://github.com/MapServer/MapServer/issues/7178>`__ ) (Seth G) : `4726b9c <https://github.com/MapServer/MapServer/commit/4726b9c4422806590faa798edb89861d38f32cb2>`__
9090
* Update to check-jsonschema and fix URL (sethg) : `31d66d7 <https://github.com/MapServer/MapServer/commit/31d66d7b4c3967814a445187e41d23a5fd4591fe>`__
9191
* SLD: fix having a TextSymbolizer rule after a PolygonSymbolizer one (Even Rouault) : `12dfa91 <https://github.com/MapServer/MapServer/commit/12dfa91c8250592aed4951280d7cc06c44921d25>`__
9292
* Avoid hanging loop when applying SLD with duplicated NamedLayers ( `#7166 <https://github.com/MapServer/MapServer/issues/7166>`__ ) (Seth G) : `e6a3c9e <https://github.com/MapServer/MapServer/commit/e6a3c9e7067fe9c57f5e6d6766f349c27a8e3d1d>`__

en/development/rfc/ms-rfc-124.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ following issues have been identified:
2929
present in the request.
3030

3131
3. **Style layering**: When several styling rules apply to a feature, only the
32-
first one is taken into account, instead of appliyng them all by following
32+
first one is taken into account, instead of applying them all by following
3333
the *painters model* as described in Symbology Encoding specification.
3434

3535
4. **Mark or ExternalGraphic in LineSymbolizer**: MapServer implementation of

en/development/rfc/ms-rfc-65.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
MS RFC 65 - Single-pass Query Changes for 6.0
55
===============================================================
66

7-
:Date: 2010/11/18
7+
:Date: 2010-11-18
88
:Author: Steve Lime
99
:Contact: sdlime at comcast.net
1010
:Last Edited: 2010-11-18
@@ -48,7 +48,7 @@ Cleaning up the query result portion of the code.
4848
and msLayerGetShape() into a new msLayerGetShape().
4949
3) Remove resultsGetShape() and getFeature() methods from MapScript.
5050
4) Refactor getShape() MapScript method to a) return a shapeObj * like getFeature() does and to b) take a resultCacheMemberObj as input
51-
instead of the shape and tile indexes. That simplifies the inferface and abstracts the indexes so that we have more flexibility moving
51+
instead of the shape and tile indexes. That simplifies the interface and abstracts the indexes so that we have more flexibility moving
5252
forward. We wouldn't necessarily have to change the driver implementations to take a resultCacheMemberObj at this point, that could
5353
be done later.
5454

en/development/rfc/ms-rfc-91.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
MS RFC 91: Layer Filter Normalization
55
=========================================================================
66

7-
:Date: 2014/7/14
7+
:Date: 2014-07-14
88
:Author: Steve Lime
99
:Contact: sdlime@comcast.net
1010
:Status: Draft
@@ -121,7 +121,7 @@ implementation approach, instead it offers an opportunity for more complete tran
121121
3.2 Overview
122122
------------
123123

124-
* limited additions to logial expression syntax are recommended:
124+
* limited additions to logical expression syntax are recommended:
125125

126126
- spatial operator syntax (e.g. A INTERSECTS B) will be deprecated in favor of a functional notation (e.g. INTERSECTS(A, B) = TRUE). This is more consistent with spatialally enabled SQL syntax and easer to translate.
127127
- BEYOND/DWITHIN operators will *only* exist in the functional form, they are useless in logical expressions as they site now

en/input/vector/contour.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ PROCESSING settings:
5252
* CONTOUR_ITEM: provides a name for the item (attribute) in which to put the
5353
elevation. (optional)
5454

55-
You can also provide explicit min/max scaledenom in the CONTOUR_iNTERVAL or
55+
You can also provide explicit min/max scaledenom in the CONTOUR_INTERVAL or
5656
CONTOUR_LEVELS values if you wish to use scale-dependent contour spacing. This
57-
is done by adding an optional "miscaledenom,maxscaledenom:" prefix to the
57+
is done by adding an optional "minscaledenom,maxscaledenom:" prefix to the
5858
value or list of values. See the example below.
5959

6060
.. warning::

en/spelling_wordlist.md

Lines changed: 224 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,224 @@
1+
apache
2+
api
3+
Appveyor
4+
autotools
5+
backend
6+
backends
7+
backport
8+
backported
9+
basemap
10+
basemaps
11+
bbox
12+
behaviour
13+
bugfix
14+
cairo
15+
cgi
16+
CGI
17+
Changelog
18+
classObj
19+
clusterObj
20+
CMake
21+
cmake
22+
codebase
23+
colorObj
24+
colour
25+
colours
26+
coloured
27+
commandline
28+
conda
29+
config
30+
connectiontype
31+
coshp
32+
cpp
33+
crs
34+
CRS
35+
csharp
36+
datasource
37+
datasources
38+
dll
39+
drawquery
40+
env
41+
epsg
42+
EPSG
43+
errorObj
44+
Esri
45+
fastcgi
46+
FastCGI
47+
featureinfo
48+
FeatureInfo
49+
filesystem
50+
filesystems
51+
fontset
52+
fuzzer
53+
fuzzers
54+
GDAL
55+
geodata
56+
geodatabase
57+
geodatabases
58+
geospatial
59+
gdalinfo
60+
geotiff
61+
getCapabilities
62+
gif
63+
github
64+
gml
65+
geopackage
66+
geoparquet
67+
gridObj
68+
hashtable
69+
heatmap
70+
heatmaps
71+
htdocs
72+
html
73+
jpeg
74+
jpg
75+
imagemap
76+
iis
77+
img
78+
javascript
79+
json
80+
labelCacheObj
81+
labelLeaderObj
82+
labelling
83+
labelObj
84+
lat
85+
layername
86+
layerObj
87+
legendObj
88+
linebreak
89+
linebreaks
90+
lineObj
91+
logfile
92+
lon
93+
makefile
94+
map2img
95+
mapcache
96+
mapcontext
97+
mapextent
98+
mapfile
99+
mapfiles
100+
maplexer
101+
mapObj
102+
mapscript
103+
MapScript
104+
mapscripts
105+
mapserv
106+
mapserver
107+
MapServer
108+
maxscale
109+
maxscaledenom
110+
maxx
111+
maxy
112+
minscale
113+
minscaledenom
114+
minx
115+
miny
116+
msautotest
117+
msDebug
118+
msencrypt
119+
msError
120+
mssql
121+
multiline
122+
mysql
123+
namespace
124+
oci
125+
ogc
126+
OGC
127+
ogcapi
128+
OGCAPI
129+
OGR
130+
ogr2ogr
131+
ogrinfo
132+
ogrtindex
133+
onlineresource
134+
osm
135+
OSM
136+
outputformat
137+
outputformats
138+
ovf
139+
OWS
140+
ows
141+
parquet
142+
pdf
143+
PHP
144+
php
145+
phpinfo
146+
pixmap
147+
png
148+
postgis
149+
PostGIS
150+
PROJ
151+
proj
152+
projectionObj
153+
qix
154+
quadtree
155+
README
156+
referenceMapObj
157+
renderer
158+
renderers
159+
reprojection
160+
reprojectionObj
161+
reproject
162+
resultcache
163+
resultCacheObj
164+
resultObj
165+
scalebar
166+
scalebarObj
167+
seeder
168+
shp
169+
SHP
170+
shptree
171+
shptreetst
172+
shptreevis
173+
shapefile
174+
shapefiles
175+
shapeObj
176+
SLD
177+
sld
178+
sortshp
179+
SOS
180+
Spatialite
181+
srid
182+
SRID
183+
SRS
184+
srs
185+
stdin
186+
stdout
187+
styleObj
188+
svg
189+
sym2img
190+
symbolObj
191+
symbolset
192+
symbolSetObj
193+
symbolsets
194+
threadsafe
195+
tile4ms
196+
tileindex
197+
tileset
198+
tilesets
199+
tinyows
200+
tmp
201+
Transifex
202+
travis
203+
truetype
204+
uncomment
205+
url
206+
uri
207+
URL
208+
util
209+
UTFGrid
210+
virtualbox
211+
WCS
212+
wcs
213+
webmapping
214+
webObj
215+
wfs
216+
WFS
217+
WFS-T
218+
wkt
219+
WKT
220+
WMS
221+
wms
222+
xml
223+
XML
224+
yml

0 commit comments

Comments
 (0)