Skip to main content
September 11, 2023
Question

Not able to run Sample component plugin in on-premise environment

  • September 11, 2023
  • 2 replies
  • 0 views

We are able to successfully install map field component plugin(downloaded from link--https://github.com/appian/integration-sdk-examples) on on-premise environment but we are not able to load map on the interface side

We have google map key generated and used in this component as well.

We are using below sample code in interface to display the map 

load(   local!location: "the white house",   local!pin,   {     mapField(       label: "Map",       height: "AUTO",       key: "AIza...5vE4",       location: local!location,       pinValue: local!pin,       pinSaveInto: local!pin     ),     a!textField(       label: "Location",       value: local!location,       saveInto: local!location     ),     a!floatingPointField(       label: "Pin Latitude",       value: local!pin.lat,       saveInto: local!pin.lat     ),     a!floatingPointField(       label: "Pin Longitude",       value: local!pin.lng,       saveInto: local!pin.lng     )   } )

Environment Appian version used -22.3

component plugin zip attached.[View:/cfs-file/__key/communityserver-discussions-components-files/19/appian_2D00_component_2D00_plugin.zip:40:40]

Please help us to resolve this issue.  Any help in this regard will be appreciated. Thanks!!

Regards

kailas

2 replies

stefanhelzle0001
September 11, 2023

When you describe the issue with just "not able to load map on the interface side", nobody here will be able to help you. We need more info.

mathieud0001
September 11, 2023

1st link doesn't work and I don't download and open files random people post on community forums :)

Is this the component you are referring to?

[View:https://community.appian.com/b/appmarket/posts/google-maps-component-plug-in]