[Tilesathome] Maplint change request

Dermot McNally dermotm at gmail.com
Sat Sep 29 16:59:43 BST 2007


On 29/09/2007, Frederik Ramm <frederik at remote.org> wrote:

> That patch doesn't work (at least not for long) because tests.xml is
> auto-generated from the snippets in the test subdirectory, where the
> one you're looking for is in strict/not_in_map_features.xml, which in
> turn is generated by strict/not_in_map_features.pl. It is there that
> you have to enter your changes if you want them to be permanent.

Ah, right. I hadn't been very thorough investigating the right place
to do this anyway - I just grepped for AND and Tiger to find out how
their exclusions worked.

New diff below:

Thanks,
Dermot



Index: not-in-map_features.xml
===================================================================
--- not-in-map_features.xml     (revision 4760)
+++ not-in-map_features.xml     (working copy)
@@ -15,6 +15,8 @@
 <xsl:choose>
 <xsl:when test="starts-with(@k, 'tiger:')">
 </xsl:when>
+<xsl:when test="starts-with(@k, 'gns:')">
+</xsl:when>
 <xsl:when test="starts-with(@k, 'AND_')">
 </xsl:when>
 <xsl:when test="starts-with(@k, 'AND:')">
@@ -912,6 +914,8 @@
 <xsl:choose>
 <xsl:when test="starts-with(@k, 'tiger:')">
 </xsl:when>
+<xsl:when test="starts-with(@k, 'gns:')">
+</xsl:when>
 <xsl:when test="starts-with(@k, 'AND_')">
 </xsl:when>
 <xsl:when test="starts-with(@k, 'AND:')">
@@ -954,6 +958,8 @@
 <xsl:choose>
 <xsl:when test="starts-with(@k, 'tiger:')">
 </xsl:when>
+<xsl:when test="starts-with(@k, 'gns:')">
+</xsl:when>
 <xsl:when test="starts-with(@k, 'AND_')">
 </xsl:when>
 <xsl:when test="starts-with(@k, 'AND:')">




More information about the Tilesathome mailing list