30 Commits
Author SHA1 Message Date
Nick ca11ba380b Remove isTokenString check now that we validate URIs 2017-10-26 16:22:43 -07:00
Nick 9e8ef71339 Updates how we add images to map style
We were missing the use case when a user wants to use a custom sprite
this now checks to make sure that we only add an image to the map style
if it has a valid uri/url
2017-10-25 11:04:30 -07:00
Nick 4fe7283b11 Added support for sourceLayerID on FillLayer
Adds the missing sourceLayerID property to our FillLayer component and
added an example showing how to use a custom vector source with a FillLayer.
2017-10-23 16:41:53 -07:00
Nick 284fc4a0ab Fixes SymbolLayer textOffset and iconOffset on iOS
There seem to be some styles that will be special cases to the rules used from the json spec
this PR adds the ability to add overrides, so we can be flexible in special cases. In this case
we were using a NSArray for textOffset and iconOffset when it should be a CGVector.
2017-10-23 16:41:52 -07:00
Nick e0bc2c1f01 Added exampe 2017-10-23 16:41:52 -07:00
Kevin Perrine 313d16eaf6 Added "Downloading" message back if new download is required 2017-10-23 16:41:52 -07:00
Kevin Perrine bb5effd5dc Better version tracking on Mapbox.framework downloads
Added a `.framework_version` file to check against and only delete and re-download the Mapbox.framework when the version has changed.
2017-10-23 16:41:52 -07:00
Nick b02ec3c461 Updated RCTMGLStyle to init with an MGLStyle to make setting images easier 2017-10-23 16:41:52 -07:00
Nick 9bf099ffd0 Updated autogen script and code to support Light 2017-10-23 16:41:51 -07:00
Nick c1268f4f75 Script to autogenerate styles and docs 2017-10-23 16:41:51 -07:00
Nick cd7c8dbff7 Added support to autogen react method markdown 2017-10-23 16:41:50 -07:00
Nick 0c12e72a7f Added start of autogenerating docs 2017-10-23 16:41:36 -07:00
Peter Theill 4453983022 Add support for paths with spaces (#505)
If script is being run from a path having spaces it will fail
2017-02-21 15:45:06 -05:00
Tom MacWright d32abe6137 Merge pull request #368 from yutin1987/mapbox-framework
fix: when mapbox.framework not found (#350)
2016-07-22 16:16:08 -04:00
Marius Petcu ee388a936d Properly join script path in download-mapbox-gl-native-ios-if-on-mac.js 2016-07-22 14:12:30 +03:00
Tanner Semerad e2582385c4 preinstall downloads iOS SDK only on Mac. Adds Windows support 2016-07-12 15:52:02 -07:00
YuTin Liu 7600f0b29f fix: when mapbox.framework not found (#350)
Mapbox/Mapbox.h file not found when Mapbox.framework download failed
2016-06-21 12:50:26 +08:00
bsudekum 694a933510 Fix install process 2016-02-18 15:08:00 -08:00
bsudekum 60887d2960 Upgrade to Mapbox iOS SDK 3.1.1-pre.1 2016-02-11 08:43:04 -08:00
bsudekum 6c96e998fc Update pod 2016-01-28 13:04:32 -08:00
bsudekum 897379caf9 Upgrade to 3.1.0 2016-01-28 11:54:41 -08:00
bsudekum d160ccf075 Add android 2015-10-11 11:53:56 -07:00
bsudekum 78810f9027 Update to mapbox gl native 2.1.2 2015-09-16 21:13:59 -07:00
rsudekum 90286f7be0 use default props, load mapbox native gl over http 2015-07-02 16:52:34 -07:00
rsudekum e949154e19 update read 2015-05-05 22:13:18 -07:00
rsudekum 4d1cf1c6e0 add license, cleanup readme, add install process note about long wait 2015-05-03 13:30:27 -07:00
rsudekum 7534672b3c Make project into requirable module 2015-04-30 22:11:29 -07:00
rsudekum ecdc220282 update install 2015-04-28 16:58:28 -07:00
rsudekum 210d0ca65e update install 2015-04-28 15:28:12 -07:00
rsudekum 0aeee37899 add download preinstall step 2015-04-28 10:38:09 -07:00