简体   繁体   中英

ArcGIS JavaScript API Geodatabase

I am looking to use the ArcGIS JavaScript API for my website, but I do not want to buy a overly priced ArcServer license. I have an ArcGIS Desktop license, so can I use the ArcGIS Javascript API with a Geodatabase as my back end? If so How?

The ArcGIS JavaScript API is used to access and manipulate Services (ie data and functionality) published (ie made available) via ArcGIS Server. There are many sites that make available ArcGIS Services to the general public and you will be able to access these via the ArcGIS JavaScript API. However, if you want to access your own data, you must publish it somewhere. Esri Online provides some ability to upload small datasets.

As far as I know, you can not, sorry. If you want to publish you maps/layers/etc, you need to use ArcServer.

However, if using ArcGIS is not crucial for you, you might want to take a look at other free open source solutions like Mapbox, for example. Depending on what exactly you need to achieve and how much extra coding work you are willing to do, Mapbox may be even better solution for you. From my own experience, it has a nice, easy to follow API with a bunch of examples, which allow you to start developing right away (assuming you have some experience with JavaScript).

You could publish your data to AGOL if it fits the Public License constraints - 1000 features I believe?

If you're ambitious, you could create your own Geoserver to host your data. You will need a way to get your data from ArcSDE to PostGIS database.

您可以使用ArcGIS开发,在这里你可以发布基于ArcGIS您的地图在线检查此链接ArcGIS开发

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM