|
POST
|
Hello all, Our office would love to get started with the geoform template. Two concerns: - Does it support polygons (or will it? I know it might be a redundant question) - We need to have people enter their email address in SDE data but don't want to expose their personal info to the public, Is their a way for them to enter the data without displaying it to the public. Thank you, Alex
... View more
09-10-2015
10:41 AM
|
0
|
0
|
2522
|
|
POST
|
Hi all, I am trying to build a Geoportal for my organization in order to share with the public data and apps but also allow my organization to search for "organizational-only" data within that geoportal. ArcGIS Geoportal allows the administrator to have this implementation possible. However, talking with ESRI reps, I was understanding that ArcGIS Open Data does the same as Geoportal. Here is my question: With ArcGIS Open Data, is it possible to make non-public data (private/only organization) shared, searchable, and view-able by my organization only? From what I have heard it is not possible, the data needs to be public facing (shared with everyone in ArcGIS online). I just would like someone well versed in Open Data to confirm if that is accurate. Thank you, Alex
... View more
07-28-2015
09:33 AM
|
0
|
6
|
5723
|
|
POST
|
Yes I have but as you can see on the following sample: Graphics .There still is an issue with the popup "Click to start drawing". It does not show when starting drawing (as it would in a dojo app). So I removed all CSS tooltip and that worked fine. Thankfully I dont need to use Bootstrap tooltip for my app.
... View more
04-27-2015
03:06 PM
|
0
|
1
|
2385
|
|
POST
|
Hi all, I am using bootstrap and JQuery for my app and I am trying to display draw's tools by default tooltip "start drawing by double clicking". It seems like it is not working. This web app uses bootstrap and it is not showing either. 1. Is iit because of bootstrap? 2. Is there a way to show it using bootstrap? Thank you, Alex
... View more
03-20-2015
09:47 AM
|
0
|
8
|
7231
|
|
POST
|
That is where I got lost. I first set it up as "simple authentication model" then changed to LDAP. It now works great! I love this application and I am spending some time configuring it in order to eventually show it to my coworkers. I have a completely different question (frequently asked by my co-workers) that i am trying to elucidate: What's the difference between Portal for ArcGIS and Geoportal Server (besides the look and feel/usability)? There is not much documentation on it. Does Geoportal Server have functionalities that portal does not have (metadata?)? I am going to implement either one or the other (or both?). Thank you for your help, Alex
... View more
03-14-2015
02:20 PM
|
0
|
1
|
1097
|
|
POST
|
Hi all, I am currently try to install geoportal on my machine and everything seems to work great besides my login. Here is my config: PostgreSQL 9.1.25 Java 7 Geoportal 1.2.5 Apache Tomcat 7.0.5 PostgreSQL driver for apache Tomcat 7 “postgresql-9.1-902.jdbc4.jar” geoportal xml: <!-- Context configuration file for the Geoportal Web App -->
<Context docBase="geoportal" path="/geoportal" debug="0" reloadable="true" crossContext="true">
<Resource name="jdbc/gpt" auth="Container" type="javax.sql.DataSource"
driverClassName="org.postgresql.Driver"
url="jdbc:postgresql://db_server:5432/geoportaldb"
username="geoportal"
password="Alex9200"
maxActive="20"
maxIdle="10"
maxWait="-1" />
</Context> Here is the message I get: "Your username or password was not valid, please try again... " Any idea why? I should be able to login the admin page. Thank you, Alex
... View more
02-12-2015
09:50 AM
|
0
|
4
|
6199
|
|
POST
|
That is right, Mr SID is massively compressed (more so than JPEG or TIFFs). I mean re-compress it in form of a JPEG. Based off this article, it seems like although the JPEG are "bigger" at take more space, they still draw faster. A look at raster compression, pyramids, time, and space | ArcGIS Blog
... View more
02-02-2015
10:26 AM
|
0
|
0
|
1335
|
|
POST
|
My thought was that I should compress NAIP imagery first with JPEG and then cache the imagery. But maybe only caching is enough? Thanks Alex
... View more
02-02-2015
10:15 AM
|
0
|
2
|
1335
|
|
POST
|
Hi all, I am trying to get the NAIP 2012 imagery for Humboldt county as efficient as it can get to get a team of editors/digitizers started. I downloaded 2012 MrSID NAIP imagery for Humboldt (2Go) last week. It looks great, but it does not seem like it is the most efficient when it comes to drawing in ArcMap. I was wondering what format should I export it to? ==> TIFF. No because size limitation is 4Go. ==> JPEG? ==> ESRI grid?? All I am looking for here is a way to display the raster faster and with (still) a pretty high quality. Thank you, Alex
... View more
02-02-2015
09:55 AM
|
1
|
5
|
4041
|
|
POST
|
Hi all, I am in the process of learning more about Entreprise geodatabase(newbie) because I would like my department to use a multiuser database so they can all edit at the same time (no lock). My first step a new schema for a team of 8 digitizers. then I am not too sure... I was wondering, Is it possible to have 8 different (loggins) user names (names of the digitizers) and passwords to the same schema ?... (unlike what we have now where the schema name is the user name.) This would be really useful to have each editor name so it shows in FCs attribute table when the edits are being made. I would also like to break to make sure these users are all lumped into a group role of "EDITORS". Last question, more general/basic: what is the difference between users and roles/privileges? Thank you, Alex
... View more
01-12-2015
04:17 PM
|
0
|
0
|
4187
|
|
POST
|
Hi all, I am completely new to managing users/roles with Entreprise Geodatabases. I am trying to understand the probably "basic" concept of headless users. What is it and why is useful? Thank you, Alex
... View more
01-07-2015
11:12 AM
|
0
|
1
|
4759
|
|
POST
|
Hi all, I am building a web editing application where I want users with permission to log on as themselves (seemlessly from their desktop would be best) and start editing (In SDE, editor tracking is on). For instance, users that are allowed (ArcGIS Server pool of users) to access my services would launch my web app and it would automatically login. No credentials needed. 1. Let users authenticate using Identity manager (good but credentials needed). 2. Token-based would be even better because it would bypass identity manager but would login using my credentials. (would be great but I want users to use their own credentials. Is it possible?) 3. proxy page with credentials or Token works great for me when I want to Loin seemlessly. (would it requires IIS to be installed on each user's machines and the proxy page set within each IIS?). Here were the three authentication methods I am aware of and that are not too hard to implement. Now I am exploring if securing my services with integrated windows authentication might another great approach. cons and pros? Thank you, Any tips are welcome Alex
... View more
12-30-2014
01:58 PM
|
0
|
1
|
3407
|
|
POST
|
Robert, That is really excellent work! I will dig in your script today. That is exactly what I am looking for here. Thanks, Alex
... View more
11-19-2014
08:39 AM
|
0
|
0
|
984
|
|
POST
|
Hi all, I am trying to create an opacity control button that would allow users to modify opacity for each layer within an ArcGIS dynamic layer (for instance layer0, layer1, layer3). I have a script that runs fine for the whole ArcGISDynamicLayer:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!--The viewport meta tag is used to improve the presentation and behavior of the samples
on iOS devices-->
<meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no">
<title>Explicitly Create Map Service Layer List</title>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/themes/smoothness/jquery-ui.css" />
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="http://js.arcgis.com/3.11/dijit/themes/claro/claro.css">
<link rel="stylesheet" href="http://js.arcgis.com/3.11/esri/css/esri.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="http://js.arcgis.com/3.11/"></script>
<script>
var map;
require([
"esri/map",
"esri/layers/ArcGISDynamicMapServiceLayer",
"esri/layers/ImageParameters",
"dojo/dom",
"dojo/on",
"dojo/query",
"dojo/domReady!"
],
function (Map, ArcGISDynamicMapServiceLayer, ImageParameters, dom, on, query) {
var layer, visibleLayerIds = [];
map = new Map("map");
//Use the ImageParameters to set the visibleLayerIds layers in the map service during ArcGISDynamicMapServiceLayer construction.
var imageParameters = new ImageParameters();
imageParameters.layerIds = [2];
imageParameters.layerOption = ImageParameters.LAYER_OPTION_SHOW;
layer = new ArcGISDynamicMapServiceLayer("http://sampleserver1.arcgisonline.com/ArcGIS/rest/services/Specialty/ESRI_StatesCitiesRivers_USA/MapServer", {
"imageParameters": imageParameters
});
map.addLayer(layer);
on(dom.byId("opacity"), "click", updateOpacity);
function updateOpacity() {
var cOp = layer.opacity;
console.info(cOp);
if (cOp < 0.9999999999999999) {
layer.setOpacity(cOp + 0.1);
} else {
layer.setOpacity(0.1);
}
}
});
</script>
</head>
<body>
This sample loads an ArcGISDynamicMapServiceLayer and presents a button to adjust the map services opacity.
<br />
<br />Layer List :
<button type="button" class="btn btn-default btn-xs" title="Adjust opacity" id="opacity"><span class="glyphicon glyphicon-adjust"></span>
</button>
<button type="button" class="btn btn-default btn-xs" title="Adjust opacity" id="opacity2"><span class="glyphicon glyphicon-adjust"></span>
</button>
<br />
<br />
<div id="map" class="claro" style="width:600px; height:400px; border:1px solid #000;"></div>
</body>
</html>
Any ideas are welcome, Thank you, Alex
... View more
11-18-2014
04:46 PM
|
0
|
2
|
1261
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-31-2016 11:46 AM | |
| 1 | 10-15-2014 02:17 PM | |
| 1 | 11-19-2015 09:14 AM | |
| 1 | 10-29-2015 04:38 PM | |
| 1 | 02-02-2015 09:55 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-05-2021
12:09 PM
|