Skip to content

Commit

Permalink
Found DUMP references in a few more places...
Browse files Browse the repository at this point in the history
  • Loading branch information
sdlime authored and geographika committed Mar 16, 2021
1 parent 754682a commit 425c242
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions mapfile.dtd
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@
NAME NMTOKEN #REQUIRED
STATUS (ON|OFF|DEFAULT) "OFF"
TYPE (ANNOTATION|POINT|LINE|POLYGON|POLYLINE|QUERY|RASTER) #REQUIRED
DUMP (TRUE|FALSE) "FALSE"
>
<!ELEMENT CLASSITEM (#PCDATA)>
<!ELEMENT CONNECTION (#PCDATA)>
Expand Down Expand Up @@ -241,4 +240,4 @@
<!--
a SYMBOL object
-->


2 changes: 0 additions & 2 deletions mapfile.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ enum MS_TOKEN_SOURCES {MS_FILE_TOKENS=0, MS_STRING_TOKENS, MS_URL_TOKENS};

#define STYLEITEM 1124

#define DUMP 1125

#define TITLE 1126

#define LINECAP 1127
Expand Down
1 change: 0 additions & 1 deletion mapwfs11.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,6 @@ int msWFSGetCapabilities11(mapObj *map, wfsParamsObj *params,
if (!msIntegerInArray(lp->index, ows_request->enabled_layers, ows_request->numlayers))
continue;

/* List only vector layers in which DUMP=TRUE */
if (msWFSIsLayerSupported(lp))
xmlAddChild(psFtNode, msWFSDumpLayer11(map, lp, psNsOws, OWS_1_1_0, NULL, script_url));
}
Expand Down
1 change: 0 additions & 1 deletion mapwfs20.c
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,6 @@ int msWFSGetCapabilities20(mapObj *map, wfsParamsObj *params,
if (!msIntegerInArray(lp->index, ows_request->enabled_layers, ows_request->numlayers))
continue;

/* List only vector layers in which DUMP=TRUE */
if (msWFSIsLayerSupported(lp))
{
if( psFtNode != NULL ) {
Expand Down

0 comments on commit 425c242

Please sign in to comment.