Skip to content

Conversation

@aisaacs
Copy link
Contributor

@aisaacs aisaacs commented Feb 26, 2016

This is a work in progress. It adds a carto db source that supports both named and anonymous maps.

I've been sitting on this for a while, which is why it still uses goog.net. I plan on removing that and replacing it with straight XMLHttpRequest.

externs/olx.js Outdated
* minZoom: (number|undefined),
* wrapX: (boolean|undefined),
* config: (Object|undefined),
* map: string,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like maybe this should be (string|undefined) based on your example use.

@ahocevar
Copy link
Member

Hey @aisaacs - I just wanted to say I like this pull request, and I'm hoping you find time to finish it.

@aisaacs aisaacs force-pushed the cartodb branch 2 times, most recently from 01e333b to 0e5749b Compare March 30, 2016 16:07
goog.provide('ol.source.CartoDB');

goog.require('goog.asserts');
goog.require('ol.source.State')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a missing semicolon. (We could make the linter warn here so we're not left with confusing build errors.)

@aisaacs aisaacs force-pushed the cartodb branch 3 times, most recently from 9a728ea to a8c85b6 Compare March 30, 2016 22:03
@fredj fredj added this to the v3.15.0 milestone Mar 31, 2016
@tschaub
Copy link
Member

tschaub commented Apr 1, 2016

Looks great @aisaacs. Thanks for sticking with it. It will be nice to see this get some additional use.

@tschaub tschaub merged commit cc9d4d8 into openlayers:master Apr 1, 2016
@tschaub tschaub mentioned this pull request Apr 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants