Commit 07b08191eb5f7ea74998226285c3525b3806f955
1 parent
0b61126a
geojson
Showing
1 changed file
with
2 additions
and
6 deletions
datalets.xml
| ... | ... | @@ -730,7 +730,6 @@ |
| 730 | 730 | </idm> |
| 731 | 731 | </component> |
| 732 | 732 | |
| 733 | - <!--https://leaflet-extras.github.io/leaflet-providers/preview/--> | |
| 734 | 733 | <!--map--> |
| 735 | 734 | <component> |
| 736 | 735 | <name>leafletjs-datalet</name> |
| ... | ... | @@ -740,14 +739,12 @@ |
| 740 | 739 | <input> |
| 741 | 740 | <name>Latitude</name> |
| 742 | 741 | <description>LatitudeDescription</description> |
| 743 | - <!--<type>GEOCOORDINATE</type>--> | |
| 744 | 742 | <type>TEXT</type> |
| 745 | 743 | <selection>1</selection> |
| 746 | 744 | </input> |
| 747 | 745 | <input> |
| 748 | 746 | <name>Longitude</name> |
| 749 | 747 | <description>LongitudeDescription</description> |
| 750 | - <!--<type>GEOCOORDINATE</type>--> | |
| 751 | 748 | <type>TEXT</type> |
| 752 | 749 | <selection>1</selection> |
| 753 | 750 | </input> |
| ... | ... | @@ -770,13 +767,12 @@ |
| 770 | 767 | <input> |
| 771 | 768 | <name>GEOJSON</name> |
| 772 | 769 | <description>GEOJSONDescription</description> |
| 773 | - <!--<type>GEOJSON</type>--> | |
| 774 | 770 | <type>TEXT</type> |
| 775 | 771 | <selection>1</selection> |
| 776 | 772 | </input> |
| 777 | 773 | <input> |
| 778 | - <name>BalloonContent</name> | |
| 779 | - <description>BalloonContentDescription</description> | |
| 774 | + <name>GEOJSONContent</name> | |
| 775 | + <description>GEOJSONContentDescription</description> | |
| 780 | 776 | <type>TEXT</type> |
| 781 | 777 | <selection>*</selection> |
| 782 | 778 | </input> | ... | ... |