|
POST
|
Lucas, thank you for all of your help. I figured it out. I couldn't understand why the sample KML overlay worked, but not in my application. I looked at everything including the ArcGIS Runtime License set in appinfo.json. It turns out that the sample didn't have this set, well on the development machine, you don't need a license. I had my license on my app set to runtimelite, as that is all i have ever needed to deploy. I set the license to nothing and I got the overlay to work. I then set it to the runtimeadvanced and it also worked. Thank you for taking the time to look into this for me and I hope this helps someone else that cant understand why the sample works and their own app does not.
... View more
10-03-2019
06:31 AM
|
1
|
0
|
4078
|
|
POST
|
What are your imports settings at the top of your file? I can't get your code to work. It shows nothing for me? Does this have to be in 100.7?
... View more
10-02-2019
12:41 PM
|
0
|
0
|
4078
|
|
POST
|
I am. I am actually using the sample url now https://libapps.s3.amazonaws.com/accounts/55937/images/1944.jpg
I need this overlay to be on a mapview and not on a scene though? Is this the problem? The KML dataset worked on mapview, but does the kmlgroundoverlay not work on the mapview?
... View more
10-02-2019
11:29 AM
|
0
|
2
|
4078
|
|
POST
|
I can get the KMLDataset to show up when using the sample from your link KmlDataset {
url: "https://www.arcgis.com/sharing/rest/content/items/600748d4464442288f6db8a4ba27dc95/data"
} but when I try and use the KML Icon I can never get my Image to show? I don't know what I am missing here KmlLayer {
id: kmlLayer
description: "description"
layerId: "layerId"
name: "Detail Name"
// Create a KML Dataset
KmlDataset {
//url: "https://www.arcgis.com/sharing/rest/content/items/600748d4464442288f6db8a4ba27dc95/data"
// Create a Ground Overlay by assigning an icon and geometry
KmlGroundOverlay {
id: groundOverlay
KmlIcon {
url: "https://myURL"
}
Envelope {
id: envelopeCHI
xMax: -82.2186596479493
yMin: 42.3568647873956
xMin: -82.2062302246723
yMax: 42.3641136441737
spatialReference: SpatialReference.createWgs84()
}
}
}
} myMapView.map.operationalLayers.append(kmlLayer)
... View more
10-02-2019
08:31 AM
|
0
|
1
|
4078
|
|
POST
|
This option is slightly better, and I use the coordinates that came with the image to create the envelope that the picture fits in. But how do i then redraw the image when I zoom in? Initial Load looks good Zooming in seems to retain the same envelope, how do I redraw the envelope? GraphicsOverlay {
id: graphicsOverlay
Graphic {
Envelope {
id: envelopeCHI
xMax: -82.2186596479493
yMin: 42.3568647873956
xMin: -82.2062302246723
yMax: 42.3641136441737
spatialReference: SpatialReference.createWgs84()
}
PictureFillSymbol {
url: "https://urltoMyImage"
}
}
}
... View more
10-01-2019
01:55 PM
|
0
|
0
|
4078
|
|
POST
|
I have a mapview that shows one feature on it. I have an image that i have a URL for, that I want to overlay on that feature. The image has a rectangle bounds that I also know. I can't figure out how to get this image to overlay on the feature. I have tried the Graphics overlay, but cant find the correct symbol class that will take my image url. Below here the PicutreMarkerSymbol will take my URL. Again, I know the bounds of the image, as the image was actually created from the shape of my feature in another program. This doesn't work obviously, but what can i do to overlay my image on my feature GraphicsOverlay {
id: graphicsOverlay
Graphic {
geometry: feature.geometry
PictureMarkerSymbol {
url: "https://urltoMyImage"
width: 32
height: 32
offsetY: 16
}
}
}
... View more
10-01-2019
10:46 AM
|
0
|
9
|
4272
|
|
POST
|
It still has the problem when running it in AppStudio Player on the iPhone. Are you saying that the cloudmake result would be different than the version that runs from AppStudio? Also, i need to build my app using the local make, would the local make files have the changes updated as well so my resulting file would work?
... View more
09-24-2019
10:15 AM
|
0
|
1
|
1807
|
|
POST
|
This is a related issue. The original bug was using the Beta version of iOS 13 and we had a workaround. Now with the actual release of iOS 13 our workaround does not work. We need to update our Survey123 template code with the fix that QT comes up with in that picture chooser file. Any immediate help with this or updates would be great. Our users rely on uploading pictures using out modified survey123 app. Any Suggestions would be great.
... View more
09-24-2019
04:51 AM
|
0
|
3
|
1807
|
|
POST
|
We are using the AppStudio version of Survey123 and it appears that we cannot attach a file on either an iPhone or iPad after upgrading to iOS 13. When I select the icon folder the screen just freezes. I have tried to dig into the code, and think it has something todo with te xFormPictureChoose.qml, but wondering if I should continue my investigation or whether a change is in the works? Both with and without annotations don't work on a survey attachment on iOS
... View more
09-23-2019
07:00 AM
|
0
|
5
|
2060
|
|
POST
|
We will file a ticket with support. It would be great that when they discover the fix that they publish the change to the Survey123 template or post the change/patch to this or some other help site so that we can quickly fix the issue and get our product out to the users. The iOS update is happening soon (within a week or two), and this will drastically affect our users. Any help on this would be great.
... View more
09-13-2019
08:27 AM
|
0
|
2
|
2209
|
|
POST
|
09-12-2019
07:14 AM
|
0
|
0
|
2209
|
|
POST
|
We just tested Survey123 on iOS 13 and we have a bug that will cause some issues with iOS upgrades. We put iOS 13 on an Ipad Air 2 and we have an issue. When you take a survey and you add an attachment by selecting the folder option (as a way to add attachment at the bottom), the app crashes. Is seems to happen almost 80% of the time. This will be a big deal for us as we have built an app on top of this Survey123 code. Most of our users add attachments to the survey using the folder options. Has anyone seen this behavior, and will 3.6 Beta template address the problem. If it will, how soon before the 3.6 code template will be put into App Studio in order for us to upgrade out code built on it.
... View more
09-12-2019
07:06 AM
|
0
|
7
|
2528
|
|
POST
|
I think I fixed the problem. I reinstalled Qt 5.12.3 and selected all of the build items (I must not have done this last time), then I rebuilt both my App and the Survey 123 Template and they are both now able to be sideloaded. There must be a missing file or something that gets copied over that comes from one of the other components causing issues with my previous builds.
... View more
09-09-2019
09:02 AM
|
0
|
0
|
967
|
|
POST
|
I was able to perform a cloud build with a temp ios dev cert. This cloud make did work. However, I am unable to perform a cloud make given the restrictions from my company. I need to get the local make working, but I think something is wrong with the advanced configuration screen as it sits and spins when continue is hit. I fear something on my local make isn't getting set correctly. Here is the windows example of the AppStudio Advanced Configuration just spinning. It does the same on the mac build machine too
... View more
09-09-2019
08:12 AM
|
0
|
1
|
967
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-23-2018 06:49 AM | |
| 1 | 08-02-2023 08:28 AM | |
| 1 | 01-03-2020 10:54 AM | |
| 1 | 11-30-2017 06:41 AM | |
| 1 | 08-20-2018 01:10 PM |
| Online Status |
Offline
|
| Date Last Visited |
01-27-2026
08:03 AM
|