|
POST
|
I found that in new GeographicTransformationStep I need to add isInverse: true I still don't know if it is more accurate or less accurate than what I've got with the google way (which gave approximately 10m error). I'm still checking it...
... View more
01-27-2021
09:40 AM
|
0
|
0
|
7427
|
|
POST
|
Dear Robert, It gives error of abot 200 meters... If it can help, I can give you my code so it can be run and debugged.
... View more
01-27-2021
09:12 AM
|
0
|
0
|
7427
|
|
POST
|
I'm developing custom widgets for WAB (Develper Edtion) 2.17, Launchpad Theme, on 3D Scenes (ArcGIS API for javascript 4.17). ESRI original WAB Widget "Coordnate" (3D) tracks mouse and displays the long,lat values as you move the mouse around. When I config "Coordinate" and add a 2nd coordinate system, in my case - wkid:2039, the widget stops tracking the mouse and I must click the map from time to time when I want to get the X,Y values. How do I modify widget "Coordinate" code, in order that also for the added coordinate system, the widget will track mouse movements and constantly display X,Y values as I move the mouse around?
... View more
01-27-2021
07:37 AM
|
0
|
6
|
3274
|
|
POST
|
Dear Robert, I'm indeed developing 3D custom widgets for WAB 2.17 I'm sorry, but I totally don't understand your example. I just started with this era which is very new to me. I don't need extent. I have pair of wkid:2039 x,y coordinates of some point location and I need to evaluate the geographic wkid:4326 long/lat. I know that the WAB sceneView map is wkid:4326 (actually it uses WGS_1984_Web_Mercator_Auxiliary_Sphere (3857) which is also called102100 spatial reference - I don't know exactly what all this means...), and that the transformation forward/nackward to wkid:2039 is TFWKID:108021 and that is all inputs I know. I have not learned yet the "project/projection" subject involving with transformatons and besides getting help with my specific question, I'd like to get hints what are the links to look in order to properly learn and understand this subject which seem to me a complicated one. I appreciate your help very much. I see that webMercatorUtils has xyToLngLat() function, but it ises wkid:3857 while I need to convert for wkid:2039 ... so I understand I am missing something important in how to do conversions... P.S. I used some independent code (from github), but the results were not accurate, so I must use esri functions.
... View more
01-27-2021
07:10 AM
|
0
|
1
|
7432
|
|
DOC
|
This is a useful widget. Is (or will be) a version for the new javascript api (4.*) ?
... View more
01-27-2021
04:28 AM
|
0
|
0
|
5156
|
|
POST
|
jCarlson, Thank you! "right" indeed works. Only if I add "?locale=he" to the url, then "right" has no effect... maybe I'll inquire the code. I have now 17 widgets in the tray, where I "remove" the last one in WidgetManager.js (place is reserved but it's empty). If I enlarge browser zoom, I can see concurrently less than 17, and Launchpad lets me use the tray arrows to shift the widgets in the tray window. As for the "width" - I'll have to learn the relevant code.
... View more
01-26-2021
02:28 PM
|
1
|
0
|
3048
|
|
POST
|
jCarlson, you are right and I was wrong by thinking it's not in the main config, but, I don't want to move it higher... I want to move it more to the rightside (currently it's centered), and I want to make it wider so that I will be able to see more wdgets concurrently. By the way, I work mainly in 3D.
... View more
01-26-2021
08:47 AM
|
0
|
1
|
3051
|
|
POST
|
jCarlson, thanks for trying to direct me. I'm developing custom widgets using the WAB 2.17 developer edition. I know that the Launchpad Theme widgets tray (at bottom of screen) is not configured in the app main config file. It should be somewhere in the code. Maybe in the specific code of Launcpad Theme, or maybe in the css?
... View more
01-26-2021
08:18 AM
|
0
|
3
|
3059
|
|
POST
|
In Launchpad Theme, currently, widgets tray (at bottom of screen) is centered. I want to move it a little to the right so it will be more far away from Coordinate widget. How to do it? In addition, can I "resize" it so that it will hold a 4-6 more widgets?
... View more
01-26-2021
06:59 AM
|
1
|
6
|
3121
|
|
POST
|
In WAB (Develper Edtion) 2.17 custom widget, How to convert point X,Y coordinates (Israel New Grid wkid:2039) to geographic Long,Lat (wkid:4326) and vice versa ? maybe in Coordinate.js there is some useful code for this? Help will be greatly appreciated, Michael
... View more
01-26-2021
01:33 AM
|
0
|
7
|
7458
|
|
POST
|
I'm developing custom widgets for WAB (Develper Edtion) 2.17, Launchpad Theme, on 3D Scenes (ArcGIS API for javascript 4.17) I wnat to know how to change file themes\LaunchpadTheme\widgets\Header\Widget.js so that WAB oval "Header" widget will contain 2nd text box in addition to the current "Search" text box.
... View more
01-26-2021
01:16 AM
|
1
|
0
|
979
|
|
POST
|
I'm developing custom widgets for WAB (Develper Edtion) 2.17, Launchpad Theme, on 3D Scenes (ArcGIS API for javascript 4.17), on our compamy portal (version 10.7.1). I still consider myself a newbie... In my work I need to add an additional independent search functionality, which will use the API of some official map searching API service, and goto in the scene, to the returned x,y coorinastes. So I need to create a custom "Search2" widget. I need it to look similar to WAB's "Search" widget, but I need to throw most of its logic and css, since I won't use esri's Search widget blackbox logic. I need to have an access to the textbox and to the search button (and the textbox ReturnKEY event callback) since I need to do "my" independent search logic which addresses a specific service API). We use Launchpad scheme. File themes\LaunchpadTheme\widgets\Header\Widget.js is WAB's oval "Header" widget which wraps within it the esri's Search widget "blackbox" (oval, white background) . screenshot attached. I want the "Header" widget to include also "my" Search2 widget at its rightside. I will appreciate help in the areas of: css code, Header widget logic. Header Widget containing Search widgetbutton. Michael
... View more
01-21-2021
03:32 AM
|
0
|
0
|
1075
|
|
POST
|
At last I succeeded! I used the fontconverter as recommended in jsPDF doc to create js file that I activated and this has not worked for me, but using their 2nd way - downloading the binary ttf file that is also generated by that tool and using it as in thedropdown arabic example in jsPDF site, works well. Actually the ttf file coul be downloaded from other sites also. I am very happy with jsPDF!
... View more
12-23-2020
02:47 AM
|
2
|
4
|
19863
|
|
POST
|
I'm developing custom widgets for WAB (Develper Edtion) 2.17, Launchpad Theme, on 3D Scenes (ArcGIS API for javascript 4.17), on our compamy portal (version 10.7.1). I am still a newbie... I need, from within javascript code of a custom widget, to create pdf file which will contain Hebrew text. I found jsPDF library, incorporated it by its jspdf.umd.min.js file and it creates pdf all right, but I have not succeeded to show Hebrew fonts. jsPDF is good by the capability to show tables, so I wish to use it right. Maybe I have not set up all things as should be? Does anyone have some sample code that can output Hebrew text (or Arabic, for example) to pdf, using jsPDF library? Sample using other library like pdfmake will also help. Help will be greatly appreciated, Michael
... View more
12-23-2020
12:32 AM
|
1
|
12
|
21809
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-13-2026 04:27 AM | |
| 1 | 12-15-2024 12:09 AM | |
| 1 | 08-01-2024 03:45 AM | |
| 1 | 01-04-2024 04:00 AM | |
| 1 | 03-28-2024 01:25 AM |
| Online Status |
Offline
|
| Date Last Visited |
02-13-2026
04:26 AM
|