|
POST
|
Tom, This is perfect!!! I have one more request. For some reason, it does not include the text now. Is there another line I can add or change?
... View more
05-25-2016
08:48 AM
|
0
|
2
|
2952
|
|
POST
|
I am using the Measure Widget. I want the line tool selected when the widget is started. That way a user can start measuring directly without extra clicks. Tom Sellsted Is there any code that I can change to do this? Measure Widget 1.3.1 for Web App Builder Thanks!
... View more
05-23-2016
03:47 PM
|
0
|
10
|
5169
|
|
POST
|
Try: <!DOCTYPE html>
<html>
<head>
<title>Testing Map</title>
<script src="https://js.arcgis.com/3.16/"></script>
<link rel="stylesheet" href="https://js.arcgis.com/3.16/esri/css/esri.css">
<style>
html, body, #map, #container{
height: 100%;
margin: 0;
padding: 0;
}
.Title{
position: absolute;
z-index: 1000;
}
</style>
</head>
<body>
<div id="container">
<div class= "Title">This is your Map Title</div>
<div id="map"> </div>
</div>
<!-- ESRI JS API Element-->
<script>
var map;
require(["esri/map", "dojo/domReady!"], function(Map) {
map = new Map("map", {
basemap: "topo",
center: [-122.45, 37.75], // longitude, latitude
zoom: 13 });
});
</script>
</body>
</html>
... View more
05-23-2016
03:38 PM
|
1
|
0
|
1079
|
|
POST
|
This would be better if it was moved to Survey123 for ArcGIS
... View more
05-23-2016
10:55 AM
|
0
|
0
|
851
|
|
POST
|
Rick, I know this can be done in javascript: JS Extent Helper Show current map extent | ArcGIS API for JavaScript Look at these samples. They are not exactly what you want but they are a good start.
... View more
05-23-2016
10:54 AM
|
0
|
0
|
2504
|
|
POST
|
So when a user fills out the information, you get an email or notification for an area to print?
... View more
05-23-2016
10:37 AM
|
0
|
2
|
2504
|
|
POST
|
Are you using a sample? Can you post more of your code?
... View more
05-20-2016
02:48 PM
|
0
|
0
|
4504
|
|
POST
|
The easiest solution would be to have someone walk across the street or around the building and see if the point moves. I have not used an emulator before because I have not needed too.
... View more
05-19-2016
12:16 PM
|
0
|
0
|
2818
|
|
POST
|
What I mean is if you have a server, Create a custom basemap showing only the area of interest. Then publish the basemap. I do not believe you can take an esri basemap and create a rectangle or draw the area you want downloaded. Go offline—Collector for ArcGIS | ArcGIS
... View more
05-19-2016
11:43 AM
|
1
|
0
|
1408
|
|
POST
|
One option is to only create a basemap for that section. Then when the user downloads the basemap it will only be the area you desire.
... View more
05-19-2016
11:10 AM
|
1
|
0
|
1408
|
|
POST
|
Yes, I have used used Tracking: true. This is helpful when using routing. That way a user can follow themselves. If I am understanding you right you want to track someone location from another lcoation? Without doing a lot of set up you can use esri workforce (beta) Workforce for ArcGIS
... View more
05-19-2016
11:09 AM
|
0
|
2
|
2818
|
|
POST
|
Can you post all your code or send a link to your site?
... View more
05-18-2016
09:32 AM
|
0
|
1
|
2844
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-28-2025 01:53 PM | |
| 1 | 08-24-2022 09:40 AM | |
| 1 | 07-19-2018 04:41 PM | |
| 1 | 04-05-2024 03:12 PM | |
| 1 | 07-04-2024 11:42 AM |