File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212< body >
1313 < header >
1414 < h1 > MapMLify</ h1 >
15- < p > Convert Web Map Service (WMS) layers to functional MapML</ p >
15+ < p > Convert Web Service (WMS,WMTS,ESRI ) layers to functional MapML</ p >
1616 </ header >
1717
1818 < main >
1919 < section class ="input-section ">
20- < label for ="wms-url "> WMS Capabilities URL:</ label >
20+ < label for ="wms-url "> WMS/WMTS/ESRI Capabilities URL:</ label >
2121 < div class ="input-group ">
2222 < input type ="text " id ="wms-url " list ="wms-presets "
2323 placeholder ="Type, paste, or select from list... "
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ section {
7373 }
7474
7575 # wms-url {
76- width : 90 % ;
76+ width : 100 % ;
7777 max-width : none;
7878 }
7979
@@ -122,6 +122,16 @@ button:active {
122122 color : # 2c3e50 ;
123123}
124124
125+ # service-details p {
126+ word-wrap : break-word;
127+ overflow-wrap : break-word;
128+ }
129+
130+ # service-details a {
131+ word-break : break-all;
132+ overflow-wrap : break-word;
133+ }
134+
125135.layers-list {
126136 display : grid;
127137 gap : 1rem ;
You can’t perform that action at this time.
0 commit comments