fyi, developer, javascriptArcGIS Javascript API 3.9 ReleasedEsri just announced the latest release of ArcGIS Javascript API 3.9. Notable updates in this release are the new CSV Layer and a new symbol…
javascript, developerArcGIS JavaScript API Web Optimizer beta releasedThe ArcGIS JavaScript API Web Optimizer is a web application that will generate custom or lightweight builds of the ArcGIS JavaScript API…
developer, javascript, pythonUseful GIS Developer ToolsLooking for additional tools for your coding toolbox? Here are 4 useful GIS developer tools you may or may not know about. Oh, they are also…
python, developerBinary flags with PythonSometimes you just want to run a few specific sections of your python code for testing. Then a few more. Next, all sections. Now run just…
python, developerPython Relative DirectoryWhen using sub-directories to store temp files, analysis outputs, or logs - a nice way to deal with the parent directory when moving the…
sql server, developerSQL Server spatial query, part 1A traditional GIS analysis question - Does the polygon contain the point, is the point inside the polygon? There are lots of ways to use a…
sql server, developerSQL Server spatial query, part 2This post is an extension of ”SQL Server spatial query, part 1”. The first post primarily focused on how the basic query and geometries are…
fyi, developer, javascriptArcGIS Javascript API 3.11 ReleasedToday Esri announced their latest release of ArcGIS Javascript API 3.11. Notable changes/updates include: New Heatmap Renderer for feature…
javascript, developer, arcgis serverArcGIS for Server Long TokensI recently wanted to use a secure ArcGIS for Server map service with a new proof-of-concept (POC) web application. The service was secure…
fyi, developer, javascriptArcGIS Javascript API 3.12 ReleasedIt’s only been a few months, but Esri has already released ArcGIS Javascript API 3.12. Phew! Normally, this isn’t a big deal - but if you…
javascript, developer, arcgis serverPrinting with ArcGIS for Server 10.3My relationship with the ArcGIS Server Print Service and the REST API was a little more turbulent than expected. Here’s how it all started…
javascript, developer, arcgis serverArcGIS JavaScript API Printing Group LayersYou’re not hallucinating - sometimes the map you see in your ArcGIS JavaScript application doesn’t look like the one you printed via the…
javascript, developer, arcgis serverPrint Text Elements with ArcGIS for ServerCreating your own map template, or using the generic ones, you have the ability to print text elements with ArcGIS for Server layouts. But…
fyi, developer, javascriptArcGIS Javascript API 3.14 and 4.0Just in time for the Esri International UC in San Diego, two big updates have been announced for the ArcGIS Javascript API - the release of…
fyi, developer, javascriptArcGIS JavaScript API 3.15In time to upgrade over the holidays, ArcGIS JavaScript API 3.15 is here with updates that enable us to use many of the new server features…
fyi, developer, javascriptArcGIS JavaScript API 3.16With Palm Springs hosting the Esri Developer Summit this week - a few updates are coming out of Redlands just in time for the plenary. The…
python, developer, arcgis serverExtract a Map Service Layer to Shapefile using PythonHow easy/hard is it to extract a Map Service layer to Shapefile using Python? Not as hard as you would think. Is it legal? Not as easy as…
javascript, developerUse Bootstrap to Customize Esri's JavaScript InfoWindow IconsI was recently working a small web mapping application and wanted to use Bootstrap to customize Esri’s JavaScript InfoWindow icons to match…
fyi, developer, javascriptArcGIS JavaScript API 3.18ArcGIS JavaScript API 3.18 was released by Esri last week. Great news for those still using the 3 series - and FYI, ArcGIS JavaScript API…
python, developer, arcgis serverMap Service to Shapefile with Python Part 2 - IterationThis post builds on the previous Extract a Map Service Layer to Shapefile using Python post. It seems as though many are interested in…
fyi, developer, javascriptArcGIS JavaScript API 3.19As we are all waiting in line at the mall to buy some final holiday gifts, ArcGIS JavaScript API 3.19 and 4.2 were released so we could…
fyi, developer, javascriptArcGIS Javascript API 3.20Phew. The long hiatus of posting updates is over. As expected, the world continued to move on without me. This includes an update to Esri’s…
python, developer, arcgis enterprise, arcgis serverSecure Map Service to Shapefile with Python Part 3This post is inspired by the many emails I’ve received on the first two posts in this series. This article will address the most most…
python, developer, arcgis desktopArcMap Layers to LYR Files with PythonA tiny Python script to show how to export ArcMap Layers to LYR Files with Python. Although it’s a short script, it shows how easy it is to…
python, developer, arcgis desktop, arcgis proMultiple Field Key to Single Field Key for Relates using ArcPyAn issue with multi-field unique keys (composite key) is that we can’t use them to setup a join or relate between objects (Feature Classes…
python, developer, arcsdeUse ArcPy to Connect to SDE and VersionsThis post will discuss how to use ArcPy to Connect to SDE, create a new version, and switch to that version all inside a Python script. At…
arcgis server, developerArcGIS Server Print Service Produces a Pixelated LegendCustom print services allow us to create unique layouts with custom elements such as dynamic legends, scales and automated text labels…