| bio | website | burhum.com |
|---|---|---|
| location | San Francisco, CA | |
| age | ||
| visits | member for | 2 years, 3 months |
| seen | yesterday | |
| stats | profile views | 683 |
Geo Architect.
Co-Founder of AmigoCloud (Mobile GIS Data Collection Apps).
LinkedIn: http://www.linkedin.com/in/rburhum
Previously at ESRI, Microsoft and others.
|
Oct 5 |
comment |
How to avoid Google map geocode limit? OK. Php then. This bit from the Google Documentation should include the mysql and php part code.google.com/apis/maps/articles/phpsqlgeocode.html |
|
Oct 5 |
comment |
How to call a DLL file from VBA? Mike's answer is correct. The ESRI object browser will only show you objects that are registered in the right component category (did it come with a separate reg file???)Kirk's remark is very valid, too. You could be dealing with a pre-9 dll and it would not work since the object libraries got refactored for 9.0 My question to you is why are you trying to do this. If it is to create Thiessen polygons, this equivalent to driving from LA to Vegas, with a minor bathroom stop in Taiwan. |
|
Oct 5 |
comment |
How to avoid Google map geocode limit? Also, you will need to give more context about how the marker data gets into your system in the first place |
|
Oct 5 |
comment |
How to avoid Google map geocode limit? What is your backend CMS? (I assume you can/know how change it and just want a simple example that shows how to do that in your language of choice. You don't need an example of a client side js, or do you? Are you using any js framework like jquery? |
|
Oct 5 |
comment |
How to obfuscate data when using Google Maps? +1 for Fusion Tables |
|
Oct 5 |
answered | How to avoid Google map geocode limit? |
|
Oct 5 |
revised |
Versioning with ArcSDE - Is it possible to cancel or reject edits once they've been posted? edited tags |
|
Oct 5 |
comment |
Versioning with ArcSDE - Is it possible to cancel or reject edits once they've been posted? Thanks. I maintained/extended the reconcile code in ArcObjects for three years so I played adjusting this behavior throughout various ArcGIS releases. I omitted a few things to try to simplify the concepts. I hope it is clear enough as an answer. |
|
Oct 5 |
comment |
Versioning with ArcSDE - Is it possible to cancel or reject edits once they've been posted? OK, let me make a more elaborate answer. |
|
Oct 5 |
answered | Versioning with ArcSDE - Is it possible to cancel or reject edits once they've been posted? |
|
Oct 3 |
comment |
Versioning with ArcSDE - Is it possible to cancel or reject edits once they've been posted? Also, most people dont know this, but (as long as the states have not been completely compressed away), you can add an entry to the VERSIONS table for any state id that is still valid, and then use arcgis to happily browse, edit, and even reconcile that version using standard ArcGIS tools. Versions are just labels to state ids that force ArcSDE to keep those states alive. |
|
Oct 2 |
comment |
What native spatially-enabled SDK options are there to deploy GIS data on iOS and Android mobile devices? thanks, and I ended up uilding my own. I may put it up online for other people to use... |
|
Aug 21 |
comment |
What native spatially-enabled SDK options are there to deploy GIS data on iOS and Android mobile devices? Bummer, I guess I'll write my own Framework on top of some of the OS versions I listed |
|
Aug 16 |
comment |
What native spatially-enabled SDK options are there to deploy GIS data on iOS and Android mobile devices? Nobody? I cannot have possibly have listed all the options. Pretty please? |
|
Aug 15 |
comment |
How can you insert a table record without geometry into a feature? @Craig. I am 100% sure that if you can insert null geometries through some GUI combination - it is a bug. You should not be able to do that. Trust me, I spent several years adding guard code inside the GeoDatabase to account for those cases to avoid crashes. Don't do it. |
|
Aug 13 |
comment |
What native spatially-enabled SDK options are there to deploy GIS data on iOS and Android mobile devices? I at least expect one answer! :) |
|
Aug 12 |
asked | What native spatially-enabled SDK options are there to deploy GIS data on iOS and Android mobile devices? |
|
Aug 12 |
comment |
How to fix “Access to database denied” when accessing PostgreSQL? start using the "trust" method which should allow you to connect no matter what and then work your way up. Can you connect locally with host all all 127.0.0.1/32 trust ? |
|
Aug 12 |
answered | Python, shapely library: is it possible to do an affine operation on shape polygon? |
|
Aug 12 |
answered | How to fix “Access to database denied” when accessing PostgreSQL? |