| bio | website | spatialexception.org |
|---|---|---|
| location | California | |
| age | ||
| visits | member for | 1 year, 4 months |
| seen | 55 mins ago | |
| stats | profile views | 89 |
Software Developer specializing in mapping and spatial data.
Larger than average experience in... Linear Referencing, Transportation, ArcGIS Server and Desktop, ArcGIS APIs, Geocoding, Metadata, Java, C#, js, python
|
May 16 |
reviewed | No Action Needed pgRouting on RHEL6: issues with driving distance library |
|
May 13 |
reviewed | Reviewed Count consecutive points in a polygon |
|
May 13 |
comment |
Count consecutive points in a polygon Confusing, are you just saying an animal walking in and out of a polygon is counted as one entry -- no matter how long the walk is? "2 relocations in a row" means there will likely only be 2 - 3 entries? |
|
May 8 |
answered | Is there a way to connect to PostgreSQL in ArcCatalog without SDE? |
|
May 1 |
revised |
What should I start with WebGis Mapserver? added a note about geoserver versus mapserver tag count |
|
May 1 |
answered | What should I start with WebGis Mapserver? |
|
May 1 |
comment |
ArcGIS Javascript Legend Is not Showing Instead of editing the post with the solution -- it's better to put it as the answer. You can answer your own question. |
|
May 1 |
comment |
ArcGIS Javascript Legend Is not Showing Do you have dojo.require("esri.dijit.Legend"); included in your script? |
|
May 1 |
comment |
Do FeatureLayers reproject their features to adapt them to the map projection? Here's an article I wrote about this. Might be helpful... particularly the performance considerations for mixed spatial references... spatialexception.org/posts/arcgis-server-spatial-reference-faqs |
|
May 1 |
comment |
Can we insert arbitrary HTML layers the ESRI ArcGIS JavaScript API? Yes, it would be an option to inspect the div that is created and place elements there. Yet another option besides infowindows is adding to the default graphic layer or creating your own graphic layer. There are various symbology options. You can do labeling. There are editor widgets that allow a user to draw point, lines and polygons in various ways, edit them, add attributes, save them if you setup an editable feature service, etc. |
|
Apr 30 |
comment |
ArcGIS in PhoneGap If it's showing that error for the html, the link may be correct for your app, but it is different from the path that Visual Studio e.g. your using a absolute path /app/css/my.css versus relative css/my.css If that's the case, you can ignore. |
|
Apr 26 |
comment |
ArcGIS JS API Polygon's WKID conversion with gsvc.project You should be able create straight from the JSON. var polygon = new esri.geometry.Polygon(projectPoints[0]); |
|
Apr 24 |
awarded | Civic Duty |
|
Apr 24 |
comment |
Switching between background 64 bit processing and 32 (so I can use 3rd party ie XTools) This is a question better asked on stackoverflow.com... |
|
Apr 24 |
awarded | Constituent |
|
Apr 24 |
answered | Need help in Print task in ArcGIS JSAPI 3.2/3.3 |
|
Apr 24 |
comment |
Create Friendly Labels for ArcGIS Print Service Options with JS API Yes, that would be another prior event during which you could change the values. |
|
Apr 24 |
awarded | Self-Learner |
|
Apr 22 |
answered | Can I use SELECTION mode on FeatureLayer from ArcGIS.com Webmap in ESRI JS API |
|
Apr 22 |
comment |
Querytask/query - executed select May not be understanding... but when you select part of the visible layer, say an extent (or a user drawn polygon), it doesn't go into the where clause that you send to server. It is the query.geometry part. It looks like your first comment "geometry": {"type": extent....}. The where clause is separate, it is additional, e.g. query.where = 'col1 = 5 and col3 = 8 and colDate > "09/29/2006"'; |