|
POST
|
Hello, I have ArcGIS API for JavaScript widgets inside calcite panels, acessible through calcite action buttons. How do I change the width of these panels so I can see the whole widget? Thank you in advance for any guidance Adriana <calcite-shell-panel slot="contextual-panel" detached position="end"> <calcite-action-bar slot="action-bar" expand-enabled intl-collapse="Voltar"> <calcite-action data-action-id="home" icon="home" text="Visualizar a extensão padrão">/calcite-action> <calcite-action data-action-id="basemaps" icon="basemap" text="Selecionar mapa base"></calcite-action> <calcite-action data-action-id="distMeasurement" icon="measure" text="Calcular distância"></calcite-action> <calcite-action data-action-id="areaMeasurement" icon="measure-area" text="Calcular área"></calcite-action> <calcite-action data-action-id="coordconversion" icon="point" text="Converter coordenadas"></calcite-action> <calcite-action data-action-id="print" icon="print" text="Imprimir"></calcite-action> </calcite-action-bar> <calcite-panel heading="Visualizar a extensão padrão" data-panel-id="home" hidden><div id="home-container"></div> </calcite-panel> <calcite-panel heading="Selecionar mapa base" data-panel-id="basemaps" hidden> <div id="basemaps-container"></div> </calcite-panel> <calcite-panel heading="Calcular distância" data-panel-id="distMeasurement" hidden> <div id="distMeasurement-container"></div> </calcite-panel> <calcite-panel heading="Calcular área" data-panel-id="areaMeasurement" hidden> <div id="areaMeasurement-container"></div> </calcite-panel> <calcite-panel heading="Converter coordenadas" data-panel-id="coordconversion" hidden> <div id="coordconversion-container"></div> </calcite-panel> <calcite-panel heading="Imprimir" data-panel-id="print" hidden> <div id="print-container"></div> </calcite-panel> </calcite-shell-panel>
... View more
03-28-2022
04:32 PM
|
0
|
6
|
4711
|
|
POST
|
Hi Rickey I dont have a link yet The header is green (just to show you) and over it there are three MapViews. As I scroll the page up, the three divs where the MapViews were placed scroll under the header please notice the black border but the MapViews are scrolling over it. Would you please help me? Thank you
... View more
04-17-2020
05:47 PM
|
0
|
1
|
1193
|
|
POST
|
I am programming an HTML page and using the ArcGIS API for Javascript. My page has a fixed header (position: fixed;) and I have several MapViews on the page. As I scroll the page up the DIVs go under the header. The MapViews are scrolling over my fixed header. What should I do in order to have all MapViews scrolling under the page header as all other page elements? - It is for Covid emergency response Thank you
... View more
04-17-2020
02:57 PM
|
0
|
3
|
1248
|
|
POST
|
I have been unable to install Xamarin on my computer. I have Windows 10 and Visual Studio 2015 installed. And the purpose of installing Xamarin is to use the ArcGIS SDK .Net. The error message I am getting is this one. I am also attaching the installation log file here. Has anyone faced the same problem? I have no clue why this is happening Thank you Adriana
... View more
08-10-2017
10:34 AM
|
0
|
2
|
1324
|
|
POST
|
Is Visual Studio 2017 compatible with ArcObjects SDK for NET? Thank you
... View more
07-13-2017
05:20 AM
|
0
|
2
|
3837
|
|
POST
|
Is it possible to publish a map service with ArcGIS Online account (when ArcGIS for Server is not installed) perhaps based on one ESRI server clusters? Thank you so much
... View more
08-22-2016
06:01 AM
|
1
|
9
|
6572
|
|
POST
|
I would also encourage you to have fun building the apps with the JavaScript API
... View more
09-21-2015
09:55 AM
|
0
|
0
|
1996
|
|
POST
|
Hi James 1- You can secure your services and make them available at the rest/services directory. Users will be able to perform basic queries but html popups won't be available 2- To add functionalities such as popups and everything else you will need the ArcGIS API for JavaScript or AppBuilder 3- Portal is also an option 4- If users in your organization use open source software you can also publish WMS and WFS services I hope this helps Adriana
... View more
09-21-2015
09:53 AM
|
1
|
3
|
1996
|
|
POST
|
PS. All applications work well (I mean are editable) when the proxy is not set up.. Thank you
... View more
09-11-2015
09:28 AM
|
0
|
0
|
1240
|
|
POST
|
Hello I have configured proxy on server so that secured services could be accessible without authentication The proxy is working well I can see secured map services on my JavaScript API applications. Feature services are visible but they are not editable after installing the proxy. I have used the template picker widget and I am able to select the layer in the template picker. However when I click on the map to add a point it doesn't work. I thought it was because I had editor tracking enabled (what doesn't seem to make sense when you use the proxy). However, even after disabling the editor tracking and publishing the feature service again, it is not editable. All applications were developed with the JavaScript API. Has anyone run into the same problem? I appreciate any suggestion on this Thank you very much Adriana
... View more
09-11-2015
09:27 AM
|
0
|
3
|
3969
|
|
POST
|
Hi RJ I am not using GeoEvent or Web APPBuilder I have used the ArcGIS API for JavaScript to develop the application. APP works works fine if services are not secure. If they are secure, it still works well after authentication. However, when I use the proxy, although I can still see the points layer (which means the service is accessible), I am not able to edit it (e.g. add another point to my points layer). I have used the template picker widged. I am able to select the layer in the template picker, but when I click on the map to add a point it doesnt work after the proxy is set. I thought it was because editor tracking was enabled (which doesnt really make sense if we are using the proxy) but the service is not editable even after disabling the editor tracking. May this be a proxy and JavaScript API combination problem? Thank you so much Adriana
... View more
09-11-2015
08:47 AM
|
0
|
1
|
2239
|
|
POST
|
Thank you so much Javier and Sapna The problem was that the hostname was not set in the etc/hosts file The problem now is that after installing the proxy I am able to see the secured feature service in my app without authentication but I am unable to edit it Any hint? Best wishes
... View more
09-05-2015
03:03 PM
|
0
|
3
|
2239
|
|
POST
|
Setting the 'Maximum Number of Records Returned by Server' to 0 may work. However, as your service needs to be public in order to use the GeoForm template, data is exposed in ArcGIS Online Another approach, I believe, would be to secure your ArcGIS Server service and use a resource proxy....
... View more
08-11-2015
01:39 PM
|
0
|
0
|
2029
|
|
POST
|
Hello I have downloaded DotNet Proxy from Github, installed it on server with "Application pool" 4.5 Tested it with the ping command and it is set up ok I am trying to make secure ArcGIS Server services available to end users without having them use login and passwords I have added the following lines to the JS code: urlUtils.addProxyRule({ urlPrefix: "http://myserver/arcgis/rest/services/MyService/FeatureServer/0", proxyUrl: "http://myserver/proxy/proxy.ashx" }); urlUtils.addProxyRule({ urlPrefix: "http://myserver/arcgis/rest/services/MyService/FeatureServer/1", proxyUrl: "http://myserver/proxy/proxy.ashx" }); one fore each secured service in the JS app and the following lines in the proxy.conf file: <serverUrl url="http://myserver/arcgis/rest/services/MyService/FeatureServer/0" username="username" password="password" matchAll="true"/> <serverUrl url="http://myserver/arcgis/rest/services/MyService/FeatureServer/1" username="username" password="password" matchAll="true"/> These two steps have prevented the authentication window from showing up when the application is open. However, the feature service is not showing up either. Could anyone help me with an idea of what is happening? Thank you so much Adriana
... View more
08-11-2015
01:15 PM
|
0
|
6
|
7373
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 09-18-2023 10:17 AM | |
| 1 | 06-04-2023 10:05 AM | |
| 1 | 05-31-2022 04:46 AM | |
| 1 | 05-10-2022 11:25 AM |
| Online Status |
Offline
|
| Date Last Visited |
Saturday
|