aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [macos] Record style mutationsupstream/1ec5-style-recordMinh Nguyễn2016-12-313-0/+114
| | | | Track changes to the style while recording, then insert Objective-C, Swift, or AppleScript code into the nearest available Xcode source code editor that replays the changes.
* [macos] Layer filter editorMinh Nguyễn2016-12-276-25/+413
| | | | Added a Layer Filter panel to the bottom of the macosapp document window that edits the selected layer’s predicate. Subclassed NSPredicateEditorRowTemplate to allow for arbitrary key paths in a single template and also to represent an aggregate value as a token field.
* [ios] Fixed buildMinh Nguyễn2016-12-261-3/+3
| | | | typeof is only available on macOS; use __typeof__ instead.
* [ios, macos] Note that no modifier operators are supportedMinh Nguyễn2016-12-261-5/+7
| | | | There’s also an “l” operator for locale sensitivity.
* [ios, macos] Cleaned up expression conversionMinh Nguyễn2016-12-266-70/+70
|
* [ios, macos] Rewrote predicate/filter conversionMinh Nguyễn2016-12-268-306/+696
| | | | | | | | | | When converting predicates to filters, symmetric comparison predicates can now compare a value to a key in addition to the usual key-to-value order. Added error checking for unhandled combinations like key-to-key. Fixed a crash converting a CONTAINS predicate into a filter. Added support for constant value expressions inside aggregate expressions. Allow sets as aggregate expressions just like arrays, except in BETWEEN predicates where order matters. Flatten NOT predicates into more specialized filters. When converting filters to predicates, use constant value expressions inside aggregate expressions. Convert to a BETWEEN predicate when possible. Replaced predicate round-tripping integration tests with systematic unit tests for converting in either direction, plus unit tests for round-tripping and symmetry. Refined exception names and messages. Realphabetized files in groups.
* [core] Added == operators for filter typesMinh Nguyễn2016-12-261-1/+58
|
* [ios] Document that offline pack resource removal is not guaranteed (#7522)Jason Wray2016-12-231-2/+9
| | | Text adapted from: https://www.mapbox.com/help/mobile-offline/#removing-offline-regions
* [ios, macos] Fixed iosbench buildMinh Nguyễn2016-12-237-4/+12
| | | | Fixed a stale include in iosbench. MGLMapView(Private) forward-declares mbgl::Map instead of including mbgl.hpp, which iosbench has no access to.
* [ios] Release beta 6 (#7535)ios-v3.4.0-beta.6Jesse Bounds2016-12-232-2/+2
|
* [ios, macos] Fixed null expression crashMinh Nguyễn2016-12-232-2/+12
| | | | Convert NSNull into an mbgl null value.
* [ios, macos] Updated changelogsMinh Nguyễn2016-12-232-0/+4
|
* [ios, macos] Expand documentation on MGLTileSource URL templates (#7213)Justin R. Miller2016-12-221-2/+90
| | | | | | | | | | * provide better docs for MGLTileSet template strings * clean up docs * line breaks * [ios, macos] Rewrote tile URL template docs
* [ios, macos] features and annotations now conforms to NSSecureCodingFredrik Karlsson2016-12-2226-19/+1072
|
* [ios, macos] reversed MGLStyle.layersFredrik Karlsson2016-12-223-11/+44
|
* [ios] Correct formatting and typos in MGLStyleValue documentation (#7515)Jason Wray2016-12-211-6/+6
|
* [ios, macos] Reorder classes in jazzy docs sidebar (#7338)Eric Wolfe2016-12-212-56/+74
|
* [ios] Add inline examples in documentation (#7337)Eric Wolfe2016-12-2116-4/+341
|
* [ios, macos] Removed trailing whitespaceMinh Nguyễn2016-12-212-3/+3
|
* [macos] Refactored label localizationMinh Nguyễn2016-12-204-32/+105
| | | | Localize only Mapbox Streets v6–v7, and do so more systematically than before.
* [ios, macos] Added URL accessor to MGLTileSourceMinh Nguyễn2016-12-204-0/+27
|
* [core] Added URL accessor for tile sourcesMinh Nguyễn2016-12-208-6/+32
|
* [ios, macos] Indicate protocols, abstract classes in documentation ↵Minh Nguyễn2016-12-202-1/+26
| | | | | | | | | | | | navigation (#7478) * [ios, macos] Italicize protocols, abstract classes in doc nav Italicize protocols and abstract classes in the generated documentation’s navigation sidebar. * [ios, macos] Denote protocols, abstract classes with glosses Instead of oblique text, use a parenthetical gloss to denote a protocol or abstract class.
* [ios, macos] Omit perspectiveSkew from drawing context structMinh Nguyễn2016-12-202-2/+0
|
* [ios, macos] Update and reformat documentation for runtime styling (#7475)Minh Nguyễn2016-12-2027-485/+1137
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ios, macos] Optimized changelog for runtime styling Changelog entries related to style JSON now lead off with the analogous portion of the runtime styling API. * [ios, macos] Autolink cross-class property references in docs jazzy can autolink `Class.property` references in documentation comments. * [ios, macos] Removed extra blank lines * [ios, macos] Corrected typo in MGLMultiPoint docs * [ios, macos] Rewrote shape and feature docs Rewrote documentation about MGLShape, its subclasses, and MGLFeature to emphasize runtime styling uses over annotation uses, associate each type with real-world concepts, cross-reference related style layer classes, and cross-reference related or easily confused shape classes. Links to the GeoJSON specification have been updated to RFC 7946. * [ios, macos] Expanded style layer docs With this change, documentation about style layer classes is nominally based on the documentation in the style specification. However, all the existing layer types’ documentation has been overridden to explain what the layer looks like, relate the layer to a real-world concept, and cross-reference related geometry classes. This change also corrects the description of MGLBackgroundStyleLayer, which erroneously stated that the identifier must be “background”, whereas that only happens to be true by default for Studio template styles. * [ios, macos] Wrap style layer docs * [ios, macos] Removed unused code * [ios, macos] Corrected symbol references in docs * [ios, macos] Corrected typo in abstract class exception
* [ios, macos] Rename base to interpolationBase (#7486)Jesse Bounds2016-12-194-34/+34
|
* [ios, macos] Document when it's safe to call runtime styling functions (#7335)Eric Wolfe2016-12-181-7/+17
| | | | | | * Add notes to wait for map to finish loading before adding sources or layers * Move style loading notes to class documentation
* [ios, macos] Highlight current topic in documentation (#7468)Minh Nguyễn2016-12-163-2/+16
| | | | | | * [ios, macos] Highlight current topic in docs * highlight style
* iOS jazzy theme improvements (#7422)Maya Gao2016-12-1617-142/+276
| | | some small improvements to the theme
* Use appropriate part of speech for properties (#7457)Minh Nguyễn2016-12-1629-243/+751
| | | | | | | | | | | | | | | | | | | | | | | | * [ios, macos] Use appropriate part of speech for properties Fixed overridden property references in requirements lists. Boolean-typed properties can now have getters beginning with “is”. Renamed a number of layout properties according to the following rules: Boolean-typed properties should include a verb; other properties must be noun phrases; all properties must be grammatical. * [ios, macos] Added style spec names as unavailable aliases Renamed properties now have aliases based on their style specification names, marked unavailable, for wayfinding purposes. * [ios, macos] Fixed autosynthesis warnings * [ios, macos] Moved style layer test template to test folder * [ios, macos] Customized iconOptional getter * [ios, macos] Avoid autosynthesis of aliases * [ios, macos] Test that property names are grammatical Run property getter names through a basic battery of tests to see if they’re grammatical. Most part-of-speech tagging tests are guarded by a compile-time flag, off by default, because NSLinguisticTagger does a poor job of telling nouns from verbs, and we’ve intentionally kept many words in property names that could be read as either verbs or nouns (like “transform” or “scale”).
* [ios, macos] Corrected return type of MGLShape factory methodMinh Nguyễn2016-12-162-2/+2
|
* [ios] [osx] Make theme configurable (#7420)Tom MacWright2016-12-151-1/+4
| | | | | | * Make theme configurable * [ios][osx] Make jazzy theme configurable
* [ios] Remove last remnants of appledoc & docsets (#7418)Jason Wray2016-12-142-41/+0
| | | These scripts are broken and no longer useful in a post-jazzy world.
* [ios] Updated changelog for iOS 3.4.0 beta 5ios-v3.4.0-beta.5Jesse Bounds2016-12-141-0/+1
|
* [ios] Update podspec for release 3.4.0 beta 5Jesse Bounds2016-12-142-2/+2
|
* [core] Port ensure a non-zero source tile cache size (#7438)Jesse Bounds2016-12-141-2/+2
| | | | | This ports https://github.com/mapbox/mapbox-gl-native/pull/7242/ commits/2d323211af54499d5c822b8e45d7415bf92112f0 to the iOS 3.4.0 release branch.
* [ios] Fix dequeue view variable scope (#7423)Jesse Bounds2016-12-141-17/+11
| | | | | | Fix a bug where an annotation view variable was incorrectly re-declared which caused annotation views to not appear in some cases. This also refactors the guard that spot checks that annotation view are or are not visible.
* [ios]] Remove transaction in callout view update (#7425)Jesse Bounds2016-12-141-4/+0
|
* [ios, macos] Streamlined a string formatMinh Nguyễn2016-12-131-1/+1
|
* [ios, macos] Simplify MGLSource and subclasses (#7377)Minh Nguyễn2016-12-1355-1067/+1443
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [ios, macos] Audited source headers for nullability * [macos] Made MGLTileSet public * [ios, macos] Replaced MGLTileSet with MGLTileSource MGLRasterSource and MGLVectorSource now share a common abstract superclass, MGLTileSource. MGLTileSet has been removed. MGLTileSource is modeled after mbgl::style::RasterSource and mbgl::style::VectorSource. It has initializers that incorporate the parameters of MGLTileSet’s initializers, but it lacks getters for everything but the attribution string. MGLTileSet’s properties have been converted into options that can be passed into MGLTileSource’s initializers in a dictionary. Properly implement rawSource as a covariant property so that it doesn’t end up getting autosynthesized as a shadow ivar. This prevents concrete subclasses of MGLSource from setting _rawSource directly but getting a different value out of self.rawSource. Marked -[MGLSource init] as unavailable and ensured that concrete subclasses of MGLSource have the right set of initializers marked as designated initializers. Documentation comments for each concrete source class identify the corresponding source type in the style specification. Clarified the purpose of MGLTileSetScheme, now known as MGLTileCoordinateSystem. * [ios, macos] Clarified tile size interpretation Sticking to a default value of 256 for mapbox: URLs, but other URLs get the standard 512 value. * [ios, macos] rawSource is always set * [ios, macos] Cleaned up MGLShapeSource initialization rawSource is never nil, so there’s no need for a -commonInit method. Extracted -geoJSONOptions from MGLShapeSource into a standalone function for easier testing. * [ios, macos] Synchronized headers in project Realphabetized headers in groups. Added headers missing from one project or the other. * [ios, macos] Added MGLShape methods to (de)serialize GeoJSON data Added a class initializer and instance method to MGLShape that deserialize and serialize the shape as GeoJSON data, respectively. The new initializer handles parsing errors gracefully. Removed methods specific to GeoJSON data from MGLShapeSource, in an effort to reduce parallel state. Developers are now expected to go through the new MGLShape initializer to get an MGLShape representation. Alternatively, a local file URL can be passed into the other MGLShapeSource initializer. * [ios, macos] Typo in assertion message * [ios, macos] Simplified GeoJSON serialization Every MGLShape now knows its most specific mbgl::GeoJSON representation. * [ios, macos] Reremoved MGLFeaturePrivate mbgl::GeoJSON, which is a variant, allows a single GeoJSON representation method to traffic in whatever type is needed for a particular shape class. This change removes some hidden private protocols, which are a bug waiting to happen. * [ios, macos] Fixed covariant rawLayer property Properly implement rawLayer as a covariant property so that it doesn’t end up getting autosynthesized as a shadow ivar. This prevents concrete subclasses of MGLStyleLayer from setting _rawLayer directly but getting a different value out of self.rawLayer. * [ios, macos] Use MGLAttributionInfo for source attribution Made MGLAttributionInfo public. Replaced MGLTileSource’s attribution property with an attributionInfos property set to an array of MGLAttributionInfo objects. Added an MGLTileSourceOption for specifying an array of MGLAttributionInfo objects instead of an HTML string (either is acceptable when creating an MGLTileSource). * [ios, macos] Corrected method references in documentation
* [core] Swap order of Style::recalculate and Style::relayoutIvo van Dongen2016-12-131-4/+4
| | | | Style::relayout uses source.baseImpl->loaded, a flag which is updated by Style::recalculate. So recalculate first, then relayout.
* [ios] Fixed crash on launch in iosappMinh Nguyễn2016-12-131-1/+1
| | | | Use NSLocaleLanguageCode instead of -[NSLocale languageCode], which is newer than the minimum deployment target.
* [ios] Fix iosapp runtime styling examples (#7395)Jesse Bounds2016-12-131-2/+7
| | | | This fixes a few bugs in our iosapp examples that were exposed by recent refinements to the APIs they use.
* [ios, macos] handle duplicate layer errorIvo van Dongen2016-12-132-7/+49
|
* [core] guard against duplicate layer idsIvo van Dongen2016-12-132-0/+37
|
* [core] use raii to guard backend deactivationIvo van Dongen2016-12-134-27/+36
|
* [ios, macos] Override references to property names in property requirements ↵Minh Nguyễn2016-12-124-26/+50
| | | | | | | | | | lists (#7391) * [ios, macos] Refer to template images in documentation SDF icons are known as template images in AppKit and UIKit. * [ios, macos] Override property names in requirements
* [ios, macos] Load features into shape source if possible (#7339)Jesse Bounds2016-12-127-12/+80
| | | | | | | | | | | | | | | | | | | | This checks the kind of MGLShape passed into the source and, if it is a feature, it mbgl feature objects to pass to core. This keeps the feature id and attributes data intact. If the shape is a `MGLShapeCollectionFeature` it creates an `mbgl::FeatureCollection` object (also to keep feature properties). If the shape is not any sort of feature, it passes along just the geometry. This also uses the MGLFeatureFromMBGLFeature converter for the case where GeoJSON data passed in to a source contains a single feature. The converter has logic to keep the id and attributes properties intact. Before, these properties were lost because only geometry conversion was done. Finally, logic to handle (and associated tests) of nested shape collection features is removed since that is not supported by the GeoJSON spec or the core implementation. [ios] Add test of drawing plain shape to iosapp
* [ios, macos] Expanded source documentationMinh Nguyễn2016-12-109-34/+64
| | | | Also fixed a few stray references to GeoJSON sources.
* [ios, macos] Rename MGLGeoJSONSource to MGLShapeSource (#7334)Jesse Bounds2016-12-0925-208/+208
|