arcgis integretion with javascript

1929
6
05-25-2014 11:48 AM
AsrafulAlam
New Contributor
I am new in arcgis . I just made a map in arcgis in my pc. Now i want to show this map in my site using javascript. Where should i upload these map files? And how to access them by javascript?
0 Kudos
6 Replies
RobertoPepato
Occasional Contributor II
I am new in arcgis . I just made a map in arcgis in my pc. Now i want to show this map in my site using javascript. Where should i upload these map files? And how to access them by javascript?


You have to publish your map as MapService on your own ArcGIS for Server instance (if you have one), or in the cloud, using for example ArcGIS for Developers.

You can access your published MapService through the ArcGIS API for Javascript.

Best,

Roberto Pepato
0 Kudos
AsrafulAlam
New Contributor
You have to publish your map as MapService on your own ArcGIS for Server instance (if you have one), or in the cloud, using for example ArcGIS for Developers.

You can access your published MapService through the ArcGIS API for Javascript.

Best,

Roberto Pepato


I am a little bit unclear about arcgis for server? what is it and what it's purpose? how can i use it? do i have to install it on server? ( I don't have arcgis for server) . How to use cloud to host my map?? Please can you elaborate? I really need to know.

Thanks in advance 😄
0 Kudos
RobertoPepato
Occasional Contributor II
I am a little bit unclear about arcgis for server? what is it and what it's purpose? how can i use it? do i have to install it on server? ( I don't have arcgis for server) . How to use cloud to host my map?? Please can you elaborate? I really need to know.

Thanks in advance 😄


Hello, do you did follow the links on my last post? I think that you'll got some answers by exploring them.

In short:

ArcGIS for Server: An application server to publish geographical information and enable Web GIS;
ArcGIS for Developers: A cloud solution that enables developers to author, publish and share your geographic content (maps & data);
ArcGIS API for Javascript: An api to consume web GIS data published through ArcGIS for Server or ArcGIS Online (the ArcGIS for Developers is just an ArcGIS Online "view" focused on the developers community);

If you have any specific question, feel free to ask.

Best,

Roberto Pepato.
0 Kudos
AsrafulAlam
New Contributor
actually i have a client who has a simple map build in arcgis 10. Now he wants me to make a site where the map will be shown and if a user clicks on a shape file it's attribute will be shown . As simple as that.now i dont understand that where i will upload my map files.as its a very simple task i dont want to buy any service like arc gis for server.is there a way to do it free. I tried to make a map in arcgis.com,and i also tried to upload shape files that i have. But it says that i cant upload because it has more then 1000 features. So,my main problem is where to upload maps(free if possible) and how to access it.i dont have any problem with uploading it on cloud. I dont know what to do.plz help 😞
0 Kudos
RobertoPepato
Occasional Contributor II
actually i have a client who has a simple map build in arcgis 10. Now he wants me to make a site where the map will be shown and if a user clicks on a shape file it's attribute will be shown . As simple as that.now i dont understand that where i will upload my map files.as its a very simple task i dont want to buy any service like arc gis for server.is there a way to do it free. I tried to make a map in arcgis.com,and i also tried to upload shape files that i have. But it says that i cant upload because it has more then 1000 features. So,my main problem is where to upload maps(free if possible) and how to access it.i dont have any problem with uploading it on cloud. I dont know what to do.plz help 😞


You could use an ArcGIS for Developers account. With such account, you'll get 50 free credits per month, that can be used for development and testing. Do you have ArcGIS for Desktop installed? If so, you can just upload your map directly from it.

Also, take a look at these links:


http://training.esri.com/Courses/ts_AGOHostedWSvcs/player.cfm?
http://www.esri.com/library/brochures/pdfs/quick-start-arcgis-online-organizations.pdf
http://www.youtube.com/watch?v=mxaGVs9csAw

Let me know if it helps.

Best,

Roberto Pepato
0 Kudos
AsrafulAlam
New Contributor
You could use an ArcGIS for Developers account. With such account, you'll get 50 free credits per month, that can be used for development and testing. Do you have ArcGIS for Desktop installed? If so, you can just upload your map directly from it.

Also, take a look at these links:


http://training.esri.com/Courses/ts_AGOHostedWSvcs/player.cfm?
http://www.esri.com/library/brochures/pdfs/quick-start-arcgis-online-organizations.pdf
http://www.youtube.com/watch?v=mxaGVs9csAw

Let me know if it helps.

Best,

Roberto Pepato


Thanks for the links  😄
I will see what can i do
0 Kudos