Skip to content

Commit

Permalink
Cambio source=catastro:
Browse files Browse the repository at this point in the history
  • Loading branch information
Ander Pijoan committed Feb 7, 2012
1 parent a2869a4 commit 68f8d7e
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
Binary file modified cat2osm.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/ShapeConstru.java
Expand Up @@ -175,7 +175,7 @@ public List<String[]> getAttributes(){
l.add(s);

s = new String[2];
s[0] = "source"; s[1] = "Dirección General del Catastro, del Ministerio de Economía y Hacienda del Reino de España";
s[0] = "source"; s[1] = "catastro";
l.add(s);

Pattern p = Pattern.compile("\\d{4}-\\d{1,2}");
Expand Down
2 changes: 1 addition & 1 deletion src/ShapeEjes.java
Expand Up @@ -114,7 +114,7 @@ public List<String[]> getAttributes() {
l.add(s);

s = new String[2];
s[0] = "source"; s[1] = "Dirección General del Catastro, del Ministerio de Economía y Hacienda del Reino de España";
s[0] = "source"; s[1] = "catastro";
l.add(s);

Pattern p = Pattern.compile("\\d{4}-\\d{1,2}");
Expand Down
2 changes: 1 addition & 1 deletion src/ShapeElemlin.java
Expand Up @@ -78,7 +78,7 @@ public List<String[]> getAttributes() {
}

s = new String[2];
s[0] = "source"; s[1] = "Dirección General del Catastro, del Ministerio de Economía y Hacienda del Reino de España";
s[0] = "source"; s[1] = "catastro";
l.add(s);

Pattern p = Pattern.compile("\\d{4}-\\d{1,2}");
Expand Down
2 changes: 1 addition & 1 deletion src/ShapeElempun.java
Expand Up @@ -72,7 +72,7 @@ public List<String[]> getAttributes() {
}

s = new String[2];
s[0] = "source"; s[1] = "Dirección General del Catastro, del Ministerio de Economía y Hacienda del Reino de España";
s[0] = "source"; s[1] = "catastro";
l.add(s);

Pattern p = Pattern.compile("\\d{4}-\\d{1,2}");
Expand Down
2 changes: 1 addition & 1 deletion src/ShapeElemtex.java
Expand Up @@ -87,7 +87,7 @@ public List<String[]> getAttributes(){
}

s = new String[2];
s[0] = "source"; s[1] = "Dirección General del Catastro, del Ministerio de Economía y Hacienda del Reino de España";
s[0] = "source"; s[1] = "catastro";
l.add(s);

Pattern p = Pattern.compile("\\d{4}-\\d{1,2}");
Expand Down
2 changes: 1 addition & 1 deletion src/ShapeMasa.java
Expand Up @@ -164,7 +164,7 @@ public List<String[]> getAttributes(){
l.add(s);

s = new String[2];
s[0] = "source"; s[1] = "Dirección General del Catastro, del Ministerio de Economía y Hacienda del Reino de España";
s[0] = "source"; s[1] = "catastro";
l.add(s);

Pattern p = Pattern.compile("\\d{4}-\\d{1,2}");
Expand Down
2 changes: 1 addition & 1 deletion src/ShapeParcela.java
Expand Up @@ -165,7 +165,7 @@ public List<String[]> getAttributes(){
l.add(s);

s = new String[2];
s[0] = "source"; s[1] = "Dirección General del Catastro, del Ministerio de Economía y Hacienda del Reino de España";
s[0] = "source"; s[1] = "catastro";
l.add(s);

Pattern p = Pattern.compile("\\d{4}-\\d{1,2}");
Expand Down
2 changes: 1 addition & 1 deletion src/ShapeSubparce.java
Expand Up @@ -199,7 +199,7 @@ public List<String[]> getAttributes(){
l.add(s);

s = new String[2];
s[0] = "source"; s[1] = "Dirección General del Catastro, del Ministerio de Economía y Hacienda del Reino de España";
s[0] = "source"; s[1] = "catastro";
l.add(s);

Pattern p = Pattern.compile("\\d{4}-\\d{1,2}");
Expand Down

0 comments on commit 68f8d7e

Please sign in to comment.