FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/mapfile - MapServer/tinyows · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
MapServer
/
tinyows
Public
Notifications
You must be signed in to change notification settings
Fork
29
Star
66
Code
Issues
41
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
tinyows
src
mapfile
on
main
User selector
Datepicker
Commit history
Commits on Jun 12, 2021
fix indentation, again
jmckenna
committed
37aec1f
View commit details
Copy full SHA for 37aec1f
View code at this point
Browse repository at this point
fix indentation
jmckenna
committed
c316742
View commit details
Copy full SHA for c316742
View code at this point
Browse repository at this point
don't regenerate mapfile.c
jmckenna
committed
857b4c0
View commit details
Copy full SHA for 857b4c0
View code at this point
Browse repository at this point
handle mapfile check
jmckenna
committed
4667912
View commit details
Copy full SHA for 4667912
View code at this point
Browse repository at this point
Commits on Feb 24, 2016
handle unistd.h reference on Windows (issue #78)
jmckenna
committed
349947d
View commit details
Copy full SHA for 349947d
View code at this point
Browse repository at this point
Commits on Nov 12, 2012
Important changes, related to #19, with layer namespace handling, and heavy code refactoring
Olivier Courtin
committed
0395be3
View commit details
Copy full SHA for 0395be3
View code at this point
Browse repository at this point
Commits on Nov 4, 2012
First implementation of #19. Need further tests to check if everything is fine
Olivier Courtin
committed
ac6ab74
View commit details
Copy full SHA for ac6ab74
View code at this point
Browse repository at this point
Commits on Oct 14, 2012
Fix typo and pointer error. Detailled reported provided by Even Rouault
Olivier Courtin
committed
dad3268
View commit details
Copy full SHA for dad3268
View code at this point
Browse repository at this point
Commits on Jul 3, 2012
"pkey" define column name that can be used as PK
sdikiy
committed
d5b6043
View commit details
Copy full SHA for d5b6043
View code at this point
Browse repository at this point
Commits on Jul 2, 2012
get inclute_items from mapfile (not sure but it looks like exclude_items)
sdikiy
committed
e2c433e
View commit details
Copy full SHA for e2c433e
View code at this point
Browse repository at this point
Commits on May 23, 2012
Added exclude_items support (#4292)
Alan Boudreault
committed
4b88ce5
View commit details
Copy full SHA for 4b88ce5
View code at this point
Browse repository at this point
Commits on Aug 18, 2011
Change Mapfile error log to off. Reported by Marc Andre Trottier
Show description for 52e002a
Olivier Courtin
committed
52e002a
View commit details
Copy full SHA for 52e002a
View code at this point
Browse repository at this point
Commits on Jul 16, 2011
Fix POINT to POINTS in MapFile lexer. Allow a comment after an END in Mapfile. Both reported Dejan Gambin.
Show description for 6e61bca
Olivier Courtin
committed
6e61bca
View commit details
Copy full SHA for 6e61bca
View code at this point
Browse repository at this point
Commits on Jul 11, 2011
Fix wrong relative path handle in Mapfile. Reported by Marc Andre Trottier. Lexer regeneration
Show description for 59d192c
Olivier Courtin
committed
59d192c
View commit details
Copy full SHA for 59d192c
View code at this point
Browse repository at this point
Commits on Jun 22, 2011
fix revert order for log and log_level
Show description for 5931103
Olivier Courtin
committed
5931103
View commit details
Copy full SHA for 5931103
View code at this point
Browse repository at this point
Commits on Jun 14, 2011
correct windows build #73
Show description for 9098eb5
assefay
committed
9098eb5
View commit details
Copy full SHA for 9098eb5
View code at this point
Browse repository at this point
Commits on Jun 7, 2011
add forgotten return case. regenerate scanner
Show description for 882d36e
Olivier Courtin
committed
882d36e
View commit details
Copy full SHA for 882d36e
View code at this point
Browse repository at this point
Commits on Apr 26, 2011
Fix error in removing suroundig quotes with gcc 4.3.4 Suse. Thanks to Boris Leukert to bring a test platform. Few code styling
Show description for 5b1f539
Olivier Courtin
committed
5b1f539
View commit details
Copy full SHA for 5b1f539
View code at this point
Browse repository at this point
Commits on Apr 25, 2011
Handle gml namespace properties
Show description for c615aa0
Olivier Courtin
committed
c615aa0
View commit details
Copy full SHA for c615aa0
View code at this point
Browse repository at this point
generated by lex from mapfile.l
Show description for a1c00ef
assefay
committed
a1c00ef
View commit details
Copy full SHA for a1c00ef
View code at this point
Browse repository at this point
Commits on Apr 12, 2011
wfs_default_version and log_level add.
Show description for 3a65284
Olivier Courtin
committed
3a65284
View commit details
Copy full SHA for 3a65284
View code at this point
Browse repository at this point
Commits on Apr 6, 2011
Add IMPORT basename support in MAPFILE parse
Show description for 2daa97e
Olivier Courtin
committed
2daa97e
View commit details
Copy full SHA for 2daa97e
View code at this point
Browse repository at this point
Commits on Mar 22, 2011
Add INCLUDE support in Mapfile parser
Show description for b29c80f
Olivier Courtin
committed
b29c80f
View commit details
Copy full SHA for b29c80f
View code at this point
Browse repository at this point
Commits on Mar 18, 2011
Add retrievable metadata for TinyOWS layer in MapFile. DUMP act now like an on/off for both R and W
Show description for abcda4f
Olivier Courtin
committed
abcda4f
View commit details
Copy full SHA for abcda4f
View code at this point
Browse repository at this point
Add rules to removes all string/url/filename input lines, for avoid to have Mapfile keyword in it
Show description for 0a1541a
Olivier Courtin
committed
0a1541a
View commit details
Copy full SHA for 0a1541a
View code at this point
Browse repository at this point
Improve MapFile parser. Add debug handle to help to print stack content
Show description for c3d4403
Olivier Courtin
committed
c3d4403
View commit details
Copy full SHA for c3d4403
View code at this point
Browse repository at this point
Use lexer stack to handle MapFile object. More elegant parser so.
Show description for 55385cd
Olivier Courtin
committed
55385cd
View commit details
Copy full SHA for 55385cd
View code at this point
Browse repository at this point
Commits on Mar 17, 2011
add symbol and style/pattern support in MapFile
Show description for ef5e53a
Olivier Courtin
committed
ef5e53a
View commit details
Copy full SHA for ef5e53a
View code at this point
Browse repository at this point
Add SYMBOL support for Mapfile
Show description for 869641c
Olivier Courtin
committed
869641c
View commit details
Copy full SHA for 869641c
View code at this point
Browse repository at this point
add map/projection and legend/label mapfile handle
Show description for 2c25db0
Olivier Courtin
committed
2c25db0
View commit details
Copy full SHA for 2c25db0
View code at this point
Browse repository at this point
Improve MapFile parser (again). Tks to Julien Samuel Lacroix
Show description for 68f9956
Olivier Courtin
committed
68f9956
View commit details
Copy full SHA for 68f9956
View code at this point
Browse repository at this point
Call yyterminate after ows_error. Handle case when properties are not surrounded by quotes
Show description for b6668a1
Olivier Courtin
committed
b6668a1
View commit details
Copy full SHA for b6668a1
View code at this point
Browse repository at this point
Commits on Mar 16, 2011
Improve mapfile support
Show description for 301f5ff
Olivier Courtin
committed
301f5ff
View commit details
Copy full SHA for 301f5ff
View code at this point
Browse repository at this point
Add WEB object support in MapFile
Show description for 4c6ea7c
Olivier Courtin
committed
4c6ea7c
View commit details
Copy full SHA for 4c6ea7c
View code at this point
Browse repository at this point
Add geobbox support in MapFile for layer. add geobbox_copy function. Some code tidy
Show description for f8c86aa
Olivier Courtin
committed
f8c86aa
View commit details
Copy full SHA for f8c86aa
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL