Take the 2-minute tour ×
Geographic Information Systems Stack Exchange is a question and answer site for cartographers, geographers and GIS professionals. It's 100% free, no registration required.

Currently I'm working on a system that uses the ArcGIS API for JavaScript with layers and map to display information on borders of specific regions.

I don't want to display all information at once and prefer to use google maps to do this dynamically.

Is there a way to get coordinates point by point or as vector representation?

I'd really appreciate if someone could give an examle of such usage or maybe an alternative solution.

Also, if to achive such functionality I'd have to use images is there a simple way to align different coordinate systems.

I'm really new to this world of maps and GIS systems and in need of help and advice.

share|improve this question
    
I get layers from publicly available API. But it's free so kind of messy. Currently I'm using ArcGIS Js API. All I can see is layer objects, that I can add to map. I'd like to be able to customize the way the layer is displayed and preferably use different map provider to add more features to the service. –  BudyaSH Aug 26 at 9:44

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.