|
98 | 98 | <Compile Include="Geometries\GeometryType.cs" /> |
99 | 99 | <Compile Include="Geometries\IGeometry.cs" /> |
100 | 100 | <Compile Include="Geometries\IGeometryCollection.cs" /> |
| 101 | + <Compile Include="Geometries\IPuntal.cs" /> |
101 | 102 | <Compile Include="Geometries\ISpatialReference.cs" /> |
102 | 103 | <Compile Include="Geometries\LinearRing.cs" /> |
103 | 104 | <Compile Include="Geometries\LineString.cs" /> |
|
119 | 120 | <Compile Include="Layers\Layer.cs" /> |
120 | 121 | <Compile Include="Layers\LayerCollection.cs" /> |
121 | 122 | <Compile Include="Layers\LayerGroup.cs" /> |
| 123 | + <Compile Include="Layers\Symbolizer\AnyGeometryVectorLayer.cs" /> |
| 124 | + <Compile Include="Layers\Symbolizer\BaseVectorLayer.cs" /> |
| 125 | + <Compile Include="Layers\Symbolizer\LinealVectorLayer.cs" /> |
| 126 | + <Compile Include="Layers\Symbolizer\PolygonalVectorLayer.cs" /> |
| 127 | + <Compile Include="Layers\Symbolizer\PuntalVectorLayer.cs" /> |
122 | 128 | <Compile Include="Layers\TileAsyncLayer.cs" /> |
123 | 129 | <Compile Include="Layers\TiledWmsLayer.cs" /> |
124 | 130 | <Compile Include="Layers\TileLayer.cs" /> |
|
127 | 133 | <Compile Include="Layers\WmsLayer.cs" /> |
128 | 134 | <Compile Include="Map\Map.cs" /> |
129 | 135 | <Compile Include="Properties\AssemblyInfo.cs" /> |
| 136 | + <Compile Include="Rendering\Decoration\Disclaimer.cs" /> |
| 137 | + <Compile Include="Rendering\Decoration\EyeOfSight.cs" /> |
| 138 | + <Compile Include="Rendering\Decoration\GoogleMapsDisclamer.cs" /> |
| 139 | + <Compile Include="Rendering\Decoration\IMapDecoration.cs" /> |
| 140 | + <Compile Include="Rendering\Decoration\MapDecoration.cs" /> |
| 141 | + <Compile Include="Rendering\Decoration\MapDecorationAnchor.cs" /> |
| 142 | + <Compile Include="Rendering\Decoration\MapDecorationAnchorFlags.cs" /> |
| 143 | + <Compile Include="Rendering\Decoration\NorthArrow.cs" /> |
| 144 | + <Compile Include="Rendering\Decoration\ScaleBar\ScaleBar.cs" /> |
| 145 | + <Compile Include="Rendering\Decoration\ScaleBar\ScaleBarLabelText.cs" /> |
| 146 | + <Compile Include="Rendering\Decoration\ScaleBar\ScaleBarStyle.cs" /> |
| 147 | + <Compile Include="Rendering\Decoration\ScaleBar\Unit.cs" /> |
130 | 148 | <Compile Include="Rendering\Label.cs" /> |
131 | 149 | <Compile Include="Rendering\LabelCollisionDetection.cs" /> |
132 | 150 | <Compile Include="Rendering\RenderExceptions.cs" /> |
| 151 | + <Compile Include="Rendering\Symbolizer\BasicLineSymbolizer.cs" /> |
| 152 | + <Compile Include="Rendering\Symbolizer\BasicPolygonSymbolizer.cs" /> |
| 153 | + <Compile Include="Rendering\Symbolizer\CachedLineSymbolizer.cs" /> |
| 154 | + <Compile Include="Rendering\Symbolizer\CharacterPointSymbolizer.cs" /> |
| 155 | + <Compile Include="Rendering\Symbolizer\CohenSutherlandLineClipping.cs" /> |
| 156 | + <Compile Include="Rendering\Symbolizer\GeometrySymbolizer.cs" /> |
| 157 | + <Compile Include="Rendering\Symbolizer\ILineSymbolizer.cs" /> |
| 158 | + <Compile Include="Rendering\Symbolizer\IPointSymbolizer.cs" /> |
| 159 | + <Compile Include="Rendering\Symbolizer\IPolygonSymbolizer.cs" /> |
| 160 | + <Compile Include="Rendering\Symbolizer\ISymbolizer.cs" /> |
| 161 | + <Compile Include="Rendering\Symbolizer\LineSymbolizer.cs" /> |
| 162 | + <Compile Include="Rendering\Symbolizer\ListPointSymbolizer.cs" /> |
| 163 | + <Compile Include="Rendering\Symbolizer\PathPointSymbolizer.cs" /> |
| 164 | + <Compile Include="Rendering\Symbolizer\PointSymbolizer.cs" /> |
| 165 | + <Compile Include="Rendering\Symbolizer\PolygonSymbolizer.cs" /> |
| 166 | + <Compile Include="Rendering\Symbolizer\RasterPointSymbolizer.cs" /> |
| 167 | + <Compile Include="Rendering\Symbolizer\Utility.cs" /> |
| 168 | + <Compile Include="Rendering\Symbolizer\WarpedLineSymbolizer.cs" /> |
| 169 | + <Compile Include="Rendering\Symbolizer\WarpPathToPath.cs" /> |
133 | 170 | <Compile Include="Rendering\Thematics\ColorBlend.cs" /> |
134 | 171 | <Compile Include="Rendering\Thematics\CustomTheme.cs" /> |
135 | 172 | <Compile Include="Rendering\Thematics\GradientTheme.cs" /> |
|
140 | 177 | <Compile Include="Styles\Style.cs" /> |
141 | 178 | <Compile Include="Styles\VectorStyle.cs" /> |
142 | 179 | <Compile Include="Utilities\Algorithms.cs" /> |
| 180 | + <Compile Include="Utilities\GeoSpatialMath.cs" /> |
143 | 181 | <Compile Include="Utilities\Indexing\BinaryTree.cs" /> |
144 | 182 | <Compile Include="Utilities\Indexing\SpatialIndexing.cs" /> |
145 | 183 | <Compile Include="Utilities\LeastSquaresTransform.cs" /> |
|
191 | 229 | <SubType> |
192 | 230 | </SubType> |
193 | 231 | </EmbeddedResource> |
194 | | - <None Include="Web\SharpMap.Web.cd" /> |
195 | 232 | <None Include="Web\Wfs\Schemas\1.0.0\OGC-exception.xsd" /> |
196 | 233 | <None Include="Web\Wfs\Schemas\1.0.0\WFS-basic.xsd" /> |
197 | 234 | <None Include="Web\Wfs\Schemas\1.0.0\WFS-capabilities.xsd" /> |
|
0 commit comments