Last change
on this file was 33613, checked in by donvip, 8 years ago |
fix #josm15159 - add compatibility with new JOSM plugin classloader mechanism. Java does not allow for a class A to access a package-scope class B in the same package if they don't share the same classloader
|
File size:
385 bytes
|
Line | |
---|
1 | !table
|
---|
2 | !version 300
|
---|
3 | !charset WindowsLatin1
|
---|
4 |
|
---|
5 | Definition Table
|
---|
6 | Type NATIVE Charset "WindowsLatin1"
|
---|
7 | Fields 10
|
---|
8 | numero Char (50) ;
|
---|
9 | type Char (50) ;
|
---|
10 | PMR Logical ;
|
---|
11 | adresse Char (50) ;
|
---|
12 | emplacement_valide Char (5) ;
|
---|
13 | INSEE Char (5) ;
|
---|
14 | X_CC43 Decimal (11, 3) ;
|
---|
15 | Y_CC43 Decimal (11, 3) ;
|
---|
16 | X_WGS84 Decimal (6, 3) ;
|
---|
17 | Y_WGS84 Decimal (6, 3) ;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.