Commit 0b61126a6706afaa646e5ea7eb7ef8744d1b4798
1 parent
aca2b18f
map
Showing
1 changed file
with
2 additions
and
2 deletions
datalets.xml
| ... | ... | @@ -741,14 +741,14 @@ |
| 741 | 741 | <name>Latitude</name> |
| 742 | 742 | <description>LatitudeDescription</description> |
| 743 | 743 | <!--<type>GEOCOORDINATE</type>--> |
| 744 | - <type>NUMBER</type> | |
| 744 | + <type>TEXT</type> | |
| 745 | 745 | <selection>1</selection> |
| 746 | 746 | </input> |
| 747 | 747 | <input> |
| 748 | 748 | <name>Longitude</name> |
| 749 | 749 | <description>LongitudeDescription</description> |
| 750 | 750 | <!--<type>GEOCOORDINATE</type>--> |
| 751 | - <type>NUMBER</type> | |
| 751 | + <type>TEXT</type> | |
| 752 | 752 | <selection>1</selection> |
| 753 | 753 | </input> |
| 754 | 754 | <input> | ... | ... |