Integrate ESRI data with Mapstraction - esri

Is it possible to integrate data from ESRI with Mapstraction. Do anyone got any idea in this area.

At this moment ArcGIS providers aren't supported by mapstraction. If you don't want to use the official javascript, flex or silverlight api from ESRI then you can use OpenLayers.

Related

Google translate in angular 5 not working

I want to add multi language support in my website.However most of the data is coming from API so I cant make a JSON of it.
I am using Google Translate but it is not working.
Can you please share steps as how to inject it in my angular 5 application?
Much thanks in advance :)
Then you should consider using Cloud Translation API instead of Google Translate for your purposes. To get started with the Cloud Translation API in your language of choice, please look into this Cloud Translation API Client Libraries for more details.

Mapbox - Create Colorize-Alpha Heatmap as Webapp

The past year, I've used Mapbox Studio to create Heatmaps of point and linestring geojson data using the "colorize-alpha" style type.
Now I'm developing a web application which replicates the same heatmap unctionality in the browser. I've tried the standard Mapbox API and the Mapbox GL API, however, neither seem to have the necessary functions implemented.
I see that I can upload my data to Mapbox's platform using the Amazon cloud. From there I can style the data layer in the same way as Mapbox Studio. However this is not nearly as scalable or simple of a solution as using the API or a plugin.
Is there a better way? Can I build this functionality using just the API's plus some additional leaflet plugins, or will I need to download a webserver copy of Tilemill?
I'll post code specifics as a next step if needed.
Thanks in advance.

Connecting external data to ArcGIS

I'm very new to ArcGIS, I need to developed some sort of custom web part for SharePoint where i could use the ArcGIS API's to leverage the map, filters, and potentially sharepoint components (document library, list item). All of the map data points reside in external data sources (SQL). Can anyone recommend me a particular API to use, i'm looking at silverlight, javascript and .Net but they all seem to have some limitations as what i'm trying to accomplish.

Apple/Google Maps SDK for getting directions data

I am trying to build an iOS application that will basically give me distance and route to how to go from my current location to a specified destination.
Does Google Maps SDK or Apple Maps SDK expose such an API to get directions/navigation data without leaving the app?
I know Google Maps API has directions data REST API, however I was looking for more integrated solution that utilizes MapKit directly, if any. Thanks for reading so far.
As far as I know, Apple is not supporting GoogleMaps in MapKit. I used GoogleMaps, and I need to import all libraries and add the functionality by code.
But it supports Apple Maps.

Use MediaPicker outside Admin

Crosspost: https://orchard.codeplex.com/discussions/455072
I'm using Orchard 1.6.1
I know we can implement a mediapicker for editor templates of our custom modules/parts as detailed in this post: http://www.locked.nl/using-the-mediapicker-in-your-own-orchard-module
However, I'm wondering if we can use the media picker in the front-end for custom pages/forms with our own controllers. I want users to be able to upload images and such. Can we use the MediaPicker? Or do we have to implement one ourselves and use Media Services?
Any piece of advise or information would be highly appreciated. Thanks!
The media library picker is not designed to be used on the front-end. You will have to build your own.