We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02cc334 + 200a9a4 commit debf874Copy full SHA for debf874
wolframwebengine/examples/demo/form.wl
@@ -1,9 +1,10 @@
1
-FormFunction[
2
- {"image" -> "Image", "filter" -> ImageEffect[]},
3
- ImageEffect[#image, #filter] &,
4
- "PNG",
+FormPage[
+ {"From" -> "City", "To" -> "City"},
+ GeoGraphics[
+ Style[Line[TravelDirections[{#From, #To}]], Thick, Red]
5
+ ] &,
6
AppearanceRules -> <|
- "Title" -> "Welcome to Wolfram Web Engine",
7
+ "Title" -> "Get travel directions for your trip",
8
"Description" -> TemplateApply["This is a sample application running on a `` Kernel.", $VersionNumber]
9
|>
10
]
0 commit comments