|
POST
|
Thanks....that does appear to be an issue.....but I think I Have another issue..... I cannot get into the Sub to Draw the circle? I dont think I can use Rosette_Mousedown because I am not seeing the Msgbox "Hello 2". The "MouseDown" does not see to work Thougths? Private Sub Rosette_Click() MsgBox "Click Center and Drag Radius to Create Compass Rosette", vbOKOnly, "Rosette Tool" End Sub Private Sub Rosette_MouseDown(ByVal button As Long, ByVal shift As Long, ByVal x As Long, ByVal y As Long) MsgBox "Hello 2" Dim pMxApp As IMxApplication Dim pMxDoc As IMxDocument Dim pCirArc As ICircularArc Dim pPoint As IPoint Dim pRubberCircle As IRubberBand Set pMxDoc = ThisDocument Set pMxApp = Application Set pRubberCircle = New RubberCircle ' Return a new circle from the tracker object using TrackNew Set pCirArc = pRubberCircle.TrackNew(pMxDoc.ActiveView.ScreenDisplay, Nothing) Call DrawRosette(pCirArc.CenterPoint, pCirArc.Radius) End Sub
... View more
06-08-2016
06:13 AM
|
0
|
0
|
793
|
|
POST
|
I am referencing an old VBA script to place a rosette tool in my map. [ArcGIS 9.x] Rose des vents 3D [Archives] - Forum SIG - Systèmes d'Information Géographique et Géomatiqu Although I am seeing an error at this line (In red below) Set pCirArc = pRubberCircle.TrackNew(pMxDoc.ActiveView.ScreenDis play, Nothing) ...can someone help? Can anyone please help.....or suggest another Rosette Tool....although I have not found one. Private Sub Rosette_MouseDown(ByVal button As Long, ByVal shift As Long, ByVal x As Long, ByVal y As Long) Dim pMxApp As IMxApplication Dim pMxDoc As IMxDocument Dim pCirArc As ICircularArc Dim pPoint As IPoint Dim pRubberCircle As IRubberBand Set pMxDoc = ThisDocument Set pMxApp = Application Set pRubberCircle = New RubberCircle ' Return a new circle from the tracker object using TrackNew Set pCirArc = pRubberCircle.TrackNew(pMxDoc.ActiveView.ScreenDis play, Nothing) Call DrawRosette(pCirArc.CenterPoint, pCirArc.Radius) End Sub
... View more
06-08-2016
05:56 AM
|
0
|
2
|
2116
|
|
POST
|
I know this is a stupid question...but where are you setting this? AGO?
... View more
05-10-2016
11:11 AM
|
0
|
1
|
1820
|
|
POST
|
Anyone have any thoughts on this one? Why cant I adjust the time on an iPhone but I can with an Android?
... View more
05-10-2016
06:52 AM
|
0
|
4
|
1820
|
|
POST
|
Kayla.....Thank you so much...i feel foolish...I was misunderstanding the map detail part of the download....I zoomed in to increase the detail and then downloaded and everything is good to go.... Sorry all if I wasted your time...but great to now know the tpk option is there....Cheers to you all and thanks again
... View more
05-04-2016
06:43 AM
|
0
|
0
|
1959
|
|
POST
|
So you are saying I would need my own raw Tiffs of an area and create a cached map service, in that service define the export limit and then tpk that service? Edit: I cant do this with ESRI Service?
... View more
05-04-2016
05:48 AM
|
0
|
0
|
1959
|
|
POST
|
Note that I am referring to the ESRI Basemaps.....When I select an area I cannot get in close enough....If I am running collector live I can get to the level I need. When I select the area the level of detail is not being maintained. Is there a way to download more detailed map cache?
... View more
05-04-2016
05:19 AM
|
0
|
2
|
1959
|
|
POST
|
Any thoughts on my last post...the example did not seem to keep both portions on the line it was splitting....seemed to jsut be cutting it and ditching the other portion.
... View more
05-03-2016
08:57 AM
|
0
|
0
|
3278
|
|
POST
|
I noticed recently that an iPhone and Android handle the date field differently. Note: These date fields are the ones that were created for editor tracking. Android: I am able to modify the date and time. iPhone: I was only able to modify the date and NOT the time. Is there a way to change this? Where I can modify the time in this field like the android?
... View more
05-03-2016
06:37 AM
|
1
|
6
|
3929
|
|
POST
|
When I enable editor tracking 4 fields are added. The name of the user who created it. The date and time it was created. The name of the user who edited it. The date and time it was last edited. But when I look at the data that is recorded the date field is looking like Greenwich time.... Where do I need to specify what time zone I am in to make this record the accurate time? Thanks in advance.
... View more
05-03-2016
06:26 AM
|
0
|
5
|
3602
|
|
POST
|
I have a map that I am editing via Collector. I set it up for disconnected editing, which is working fine. My issue is that when I select my area for download I cannot zoom in far enough for the collection. I need to zoom farther into the basemap but due to my defined area it wont allow me to zoom in far enough....What are my options? I have few points but they are a bit of a distance from each other. The user is going to be in the field so sync'ing and downloading again will not be an option unless then drive all the way back into town.
... View more
05-03-2016
06:15 AM
|
0
|
6
|
3619
|
|
POST
|
Nothing special....Either A user specified point that is snapped to the line. Once placed it splits the line in two. Error alert if it does not land on a line A user specified line intersecting the line to split. Click once to start the splitting line, drag across a line to be split, click second time to stop. Error alert if it does not cross a line to be split. UPDATE: Forgot to thank you for your reply....very appreciated.
... View more
05-03-2016
05:36 AM
|
0
|
0
|
2974
|
|
POST
|
I was trying to example but it looks like it cuts and only keeps the right side? Need both parts kept.... example: Edit fiddle - JSFiddle I did see your example Wee Yeo...this is doing exactly what I want....although its a polygon... example: Geometry Engine Showcase 1. does this work for polylines as well? 2. I have not grabbed code from Github before.....it looks like the above exmaple is using the "ge-demo" how do I grab this and bring it to my server?
... View more
04-19-2016
12:29 PM
|
0
|
1
|
3278
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-20-2018 11:09 AM | |
| 1 | 09-10-2018 06:26 AM | |
| 1 | 09-15-2022 11:02 AM | |
| 1 | 05-21-2021 07:35 AM | |
| 1 | 08-09-2022 12:39 PM |
| Online Status |
Offline
|
| Date Last Visited |
09-19-2022
09:23 PM
|